|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
water.util.Utils.IcedArrayList<T>
T
- public static class Utils.IcedArrayList<T extends Iced>
Simple wrapper around ArrayList with support for H2O serialization
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
Utils.IcedArrayList()
|
Method Summary | ||
---|---|---|
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class |
|
|
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. |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public Utils.IcedArrayList()
Method Detail |
---|
public AutoBuffer write(AutoBuffer bb)
Freezable
write
in interface Freezable
public Utils.IcedArrayList<T> read(AutoBuffer bb)
Freezable
read
in interface Freezable
public <T2 extends Freezable> T2 newInstance()
Freezable
newInstance
in interface Freezable
public int frozenType()
Freezable
frozenType
in interface Freezable
public AutoBuffer writeJSONFields(AutoBuffer bb)
Freezable
writeJSONFields
in interface Freezable
public DocGen.FieldDoc[] toDocField()
Freezable
toDocField
in interface Freezable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |