Class AbstractDelegatingMap<K,V>
java.lang.Object
de.hybris.platform.util.collections.AbstractDelegatingMap<K,V>
- All Implemented Interfaces:
Serializable,Map<K,V>
- Direct Known Subclasses:
AbstractCacheMap,YFastMap
Simple delegate which backes a map.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
delegateMap
-
-
Constructor Details
-
AbstractDelegatingMap
public AbstractDelegatingMap()
-
-
Method Details
-
createMapInstance
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
entrySet
-
equals
-
hashCode
public int hashCode() -
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
values
-
size
public int size() -
clear
public void clear() -
toString
-