public interface CharPool
We prefer char[] over interned strings in mission critical sections, as they use less memory; a smart collection can compress
| Modifier and Type | Field and Description |
|---|---|
static char[] |
EMPTY_STRING |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getArray(char[] src) |
char[] |
getArray(char[] src,
int start,
int len) |
char[] |
getArray(CharSequence src) |
char[] |
getArray(CharSequence src,
int start,
int len) |
char[] getArray(char[] src)
char[] getArray(char[] src,
int start,
int len)
char[] getArray(CharSequence src)
char[] getArray(CharSequence src, int start, int len)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.