protected static final class SerializerBase.FastArrayList<K>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
K[] |
data |
boolean |
forwardRefs |
int |
size |
| Constructor and Description |
|---|
FastArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K o) |
int |
identityIndexOf(java.lang.Object obj)
This method is reason why ArrayList is not used.
|
public int size
public K[] data
public boolean forwardRefs
public void add(K o)
public int identityIndexOf(java.lang.Object obj)
obj - to find in list