protected static final class SerializerBase.FastArrayList<K> extends Object
| Modifier and Type | Field and Description |
|---|---|
K[] |
data |
boolean |
forwardRefs |
int |
size |
| Constructor and Description |
|---|
SerializerBase.FastArrayList() |
public int size
public K[] data
public boolean forwardRefs
public void add(K o)
public int identityIndexOf(Object obj)
obj - to find in listCopyright © 2015. All Rights Reserved.