Public 成员函数 | |
| String | get (char[] array, int start, int length) |
Private 属性 | |
| final String[] | pool = new String[512] |
A pool of string instances. Unlike the VM's interned strings, this pool provides no guarantee of reference equality. It is intended only to save allocations. This class is not thread safe.
|
inline |
Returns a string equal to
.
|
private |
1.8.8