Package org.apache.ignite.internal.util
Class GridSerializableMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- org.apache.ignite.internal.util.GridSerializableMap<K,V>
-
- All Implemented Interfaces:
Serializable,Map<K,V>
- Direct Known Subclasses:
GridLeanMap,PredicateMapView,PredicateSetView,TransformMapView,TransformMapView2
public abstract class GridSerializableMap<K,V> extends AbstractMap<K,V> implements Serializable
MakesAbstractMapasSerializableand is useful for making anonymous serializable maps. It has no extra logic or state in addition toAbstractMap. NOTE: methodsAbstractMap.get(Object),AbstractMap.remove(Object)andAbstractMap.containsKey(Object)implemented inAbstractMapfully iterate through collection so you need to make sure to override these methods if it's possible to create efficient implementations.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description GridSerializableMap()
-
Method Summary
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-