T - public class IcedArrayList<T extends Iced> extends java.util.ArrayList<T> implements Freezable
| Constructor and Description |
|---|
IcedArrayList() |
| Modifier and Type | Method and Description |
|---|---|
int |
frozenType()
Returns a small dense integer, which is cluster-wide unique per-class.
|
IcedArrayList<T> |
read_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
IcedArrayList<T> |
read(AutoBuffer ab)
Standard "read thyself from the AutoBuffer" call, using the fast Iced protocol.
|
IcedArrayList<T> |
readJSON_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
T |
readJSON(AutoBuffer ab)
Standard "read thyself from the AutoBuffer" call, using JSON.
|
AutoBuffer |
write_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
AutoBuffer |
write(AutoBuffer ab)
Standard "write thyself into the AutoBuffer" call, using the fast Iced
protocol.
|
AutoBuffer |
writeJSON_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
AutoBuffer |
writeJSON(AutoBuffer ab)
Standard "write thyself into the AutoBuffer" call, using JSON.
|
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 ab)
FreezableIcer classes.write in interface Freezableab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public IcedArrayList<T> read(AutoBuffer ab)
FreezableIcer classes.public AutoBuffer write_impl(AutoBuffer ab)
FreezableIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.write_impl in interface Freezableab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public IcedArrayList<T> read_impl(AutoBuffer ab)
FreezableIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.public AutoBuffer writeJSON_impl(AutoBuffer ab)
FreezableIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeJSON_impl in interface Freezableab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public IcedArrayList<T> readJSON_impl(AutoBuffer ab)
FreezableIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.readJSON_impl in interface Freezableab - AutoBuffer to read this object from.public AutoBuffer writeJSON(AutoBuffer ab)
FreezableIcer classes.writeJSON in interface Freezableab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public T readJSON(AutoBuffer ab)
FreezableIcer classes.public int frozenType()
FreezablefrozenType in interface Freezable