T - public static class Utils.IcedArrayList<T extends Iced> extends java.util.ArrayList<T> implements Freezable
| Constructor and Description |
|---|
Utils.IcedArrayList() |
| Modifier and Type | Method and Description |
|---|---|
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class
|
<T2 extends Freezable> |
newInstance()
Make a new instance of class 'this' with the empty constructor
|
Utils.IcedArrayList<T> |
read(AutoBuffer bb)
Deserialize from the AutoBuffer into a pre-existing 'this' object.
|
DocGen.FieldDoc[] |
toDocField()
Reflective list of fields
|
AutoBuffer |
write(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
|
AutoBuffer |
writeJSONFields(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic AutoBuffer write(AutoBuffer bb)
Freezablepublic Utils.IcedArrayList<T> read(AutoBuffer bb)
Freezablepublic <T2 extends Freezable> T2 newInstance()
FreezablenewInstance in interface Freezablepublic int frozenType()
FreezablefrozenType in interface Freezablepublic AutoBuffer writeJSONFields(AutoBuffer bb)
FreezablewriteJSONFields in interface Freezablepublic DocGen.FieldDoc[] toDocField()
FreezabletoDocField in interface Freezable