Class DefaultValueMap
java.lang.Object
org.onehippo.cms7.crisp.api.resource.AbstractValueMap
org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- All Implemented Interfaces:
Serializable
,Map<String,
,Object> ValueMap
Default
ValueMap
implementation.- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDefault constructor.DefaultValueMap
(Map<String, Object> delegatedMap) Constructs with a map to delegate. -
Method Summary
Methods inherited from class org.onehippo.cms7.crisp.api.resource.AbstractValueMap
get, get
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DefaultValueMap
public DefaultValueMap()Default constructor. -
DefaultValueMap
Constructs with a map to delegate.- Parameters:
delegatedMap
- a map to delegate
-
-
Method Details
-
clear
public void clear() -
put
-
putAll
-
remove
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
get
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toUnmodifiable
Returns an unmodifiable view of thisValueMap
- Returns:
- an unmodifiable view of this
ValueMap
-