public static class Utils.IcedHashMap<K extends Iced,V extends Iced> extends java.util.HashMap<K,V> implements Freezable
Constructor and Description |
---|
Utils.IcedHashMap() |
Modifier and Type | Method and Description |
---|---|
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class
|
Utils.IcedHashMap<K,V> |
newInstance()
Make a new instance of class 'this' with the empty constructor
|
Utils.IcedHashMap<K,V> |
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.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public AutoBuffer write(AutoBuffer bb)
Freezable
public Utils.IcedHashMap<K,V> read(AutoBuffer bb)
Freezable
public Utils.IcedHashMap<K,V> 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