Am 21.03.2010 08:56, schrieb Martin Buchholz:
On Sat, Mar 20, 2010 at 14:52, Ulf Zibis<ulf.zi...@gmx.de> wrote:
Am 20.03.2010 01:13, schrieb Martin Buchholz:
Yep, I stepmotherly revised other methods, my focus was on String(int[],
int, int) and outsourcing bond checks.
BTW, what do you think of the latter?
I've done a lot of work on "out-lining" error handling.
The state of the art appears to be (from LinkedList)
Additionally in my brain stack there is cooking the idea, having final
class AbstractString/AbstractCharsequence, where e.g. String and
AbstractStringBuilder could inherit from.
There are several methods, that could be centralized, and, if
appropriate, subclassed.
Several static methods of class Character could find their code home here.
-Ulf