Package de.hybris.platform.util
Class LocalizedValuesMap<T>
java.lang.Object
de.hybris.platform.util.LocalizedValuesMap<T>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()protected intbooleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
LocalizedValuesMap
public LocalizedValuesMap(int fixedSize)
-
-
Method Details
-
clear
public void clear() -
getKeyPos
-
containsKey
- Specified by:
containsKeyin interfaceMap<Language,T>
-
containsValue
- Specified by:
containsValuein interfaceMap<Language,T>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-