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() |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018