Package de.hybris.platform.cockpit.util
Class ValueContainerMap
java.lang.Object
de.hybris.platform.cockpit.util.ValueContainerMap
- All Implemented Interfaces:
Map
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDescribes anPropertyFilter
Internal use only! -
Constructor Summary
ConstructorsConstructorDescriptionValueContainerMap(ObjectValueContainer container, boolean allValues, ValueContainerMap.PropertyFilter filter) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object arg0) booleancontainsValue(Object arg0) entrySet()protected TypeServicebooleanisEmpty()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
-
ValueContainerMap
public ValueContainerMap(ObjectValueContainer container, boolean allValues, ValueContainerMap.PropertyFilter filter)
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
size
public int size() -
values
-
clear
public void clear() -
put
-
putAll
-
remove
-
getCockpitTypeService
-