|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.CharArrayCache
This class implements a cache of char arrays
| Field Summary | |
private static int |
ARRAY_SIZE
|
private static java.util.Stack |
stack
|
| Constructor Summary | |
CharArrayCache()
|
|
| Method Summary | |
static void |
release(char[] array)
Releases a char array. |
static char[] |
request()
Returns a char array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final int ARRAY_SIZE
private static java.util.Stack stack
| Constructor Detail |
public CharArrayCache()
| Method Detail |
public static char[] request()
public static void release(char[] array)
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||