protected static final class SerializerBase.FastArrayList<K> extends 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(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(Object obj)
obj
- to find in listCopyright © 2019. All rights reserved.