public final class NoCharArrayPool extends AbstractNoPool<char[]> implements CharArrayPool
dummy pool for char-arrays.| Modifier and Type | Field and Description |
|---|---|
private static int |
ARRAY_LENGTH
The default length of the managed char-arrays.
|
static NoCharArrayPool |
INSTANCE
The singleton instance.
|
| Modifier | Constructor and Description |
|---|---|
private |
NoCharArrayPool()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
borrow()
This method borrows an element from this pool.
|
isEmpty, releasepublic static final NoCharArrayPool INSTANCE
private static final int ARRAY_LENGTH
public char[] borrow()
PoolCopyright © 2001–2016 mmm-Team. All rights reserved.