Package org.apache.sling.api.wrappers
Class ModifiableValueMapDecorator
java.lang.Object
org.apache.sling.api.wrappers.ValueMapDecorator
org.apache.sling.api.wrappers.ModifiableValueMapDecorator
- All Implemented Interfaces:
Map<String,,Object> ModifiableValueMap,ValueMap
- Direct Known Subclasses:
DeepModifiableValueMapDecorator,ModifiableMappedValueMapDecorator
ModifiableValueMapDecorator decorates another Map
to provide a basic implementation for the additional methods
of a ModifiableValueMap.- Since:
- 2.2 (Sling API Bundle 2.7.0)
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new wrapper around a given map. -
Method Summary
Methods inherited from class org.apache.sling.api.wrappers.ValueMapDecorator
clear, containsKey, containsValue, entrySet, equals, get, get, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
ModifiableValueMapDecorator
Creates a new wrapper around a given map.- Parameters:
base- wrapped object
-