Class YFastMap<K,V>
java.lang.Object
de.hybris.platform.util.collections.AbstractDelegatingMap<K,V>
de.hybris.platform.util.collections.YFastMap<K,V>
- All Implemented Interfaces:
YMap<K,,V> Serializable,Map<K,V>
- Direct Known Subclasses:
YFastFIFOMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K extends Object,V extends Object> Nested classes/interfaces inherited from interface de.hybris.platform.util.collections.YMap
YMap.ClearHandler<K1,V1> -
Field Summary
Fields inherited from class de.hybris.platform.util.collections.AbstractDelegatingMap
delegateMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclear(YMap.ClearHandler<K, V> handler) booleancontainsKey(Object key) intvoidMethods inherited from class de.hybris.platform.util.collections.AbstractDelegatingMap
containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, toString, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
YFastMap
public YFastMap() -
YFastMap
public YFastMap(int initialCapacity) -
YFastMap
-
-
Method Details
-
createMapInstance
- Specified by:
createMapInstancein classAbstractDelegatingMap<K,V>
-
clear
public void clear() -
clear
-
getEntry
-
getEntry
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V> - Overrides:
containsKeyin classAbstractDelegatingMap<K,V>
-
put
-
putAll
-
remove
-
getMaxReachedSize
public int getMaxReachedSize()
-