Class ModifiableValueMapDecorator

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      • Fields inherited from interface org.apache.sling.api.resource.ValueMap

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      ModifiableValueMapDecorator​(java.util.Map<java.lang.String,​java.lang.Object> base)
      Creates a new wrapper around a given map.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods 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
      • Methods inherited from interface org.apache.sling.api.resource.ValueMap

        get, get
    • Constructor Detail

      • ModifiableValueMapDecorator

        public ModifiableValueMapDecorator​(java.util.Map<java.lang.String,​java.lang.Object> base)
        Creates a new wrapper around a given map.
        Parameters:
        base - wrapped object