public abstract class GridSerializableMap<K,V> extends AbstractMap<K,V> implements Serializable
AbstractMap as Serializable and is
useful for making anonymous serializable maps. It has no extra logic or state in addition
to AbstractMap.
NOTE: methods AbstractMap.get(Object), AbstractMap.remove(Object) and
AbstractMap.containsKey(Object) implemented in AbstractMap fully iterate through
collection so you need to make sure to override these methods if it's possible to create
efficient implementations.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GridSerializableMap() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015