AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 属性 | 所有成员列表
com.google.gson.stream.StringPool类 参考

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.

成员函数说明

String com.google.gson.stream.StringPool.get ( char[]  array,
int  start,
int  length 
)
inline

Returns a string equal to

new String(array, start, length)

.

类成员变量说明

final String [] com.google.gson.stream.StringPool.pool = new String[512]
private

该类的文档由以下文件生成: