public class CharArrayPool extends Object
CharArrayPool()
static CharArrayPool
create()
char[]
rent(int minimumLength)
void
return_(char[] array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CharArrayPool()
public char[] rent(int minimumLength)
public void return_(char[] array)
public static CharArrayPool create()