Class AbstractMapDecorator

    • Constructor Detail

      • AbstractMapDecorator

        public AbstractMapDecorator​(Map map)
        Deprecated.
        Constructor that wraps (not copies).
        Parameters:
        map - the map to decorate, must not be null
        Throws:
        IllegalArgumentException - if the collection is null
    • Method Detail

      • clear

        public void clear()
        Deprecated.
        Specified by:
        clear in interface Map
      • containsKey

        public boolean containsKey​(Object key)
        Deprecated.
        Specified by:
        containsKey in interface Map
      • containsValue

        public boolean containsValue​(Object value)
        Deprecated.
        Specified by:
        containsValue in interface Map
      • entrySet

        public Set entrySet()
        Deprecated.
        Specified by:
        entrySet in interface Map
      • get

        public Object get​(Object key)
        Deprecated.
        Specified by:
        get in interface Map
      • isEmpty

        public boolean isEmpty()
        Deprecated.
        Specified by:
        isEmpty in interface Map
      • keySet

        public Set keySet()
        Deprecated.
        Specified by:
        keySet in interface Map
      • putAll

        public void putAll​(Map mapToCopy)
        Deprecated.
        Specified by:
        putAll in interface Map
      • size

        public int size()
        Deprecated.
        Specified by:
        size in interface Map
      • equals

        public boolean equals​(Object object)
        Deprecated.
        Specified by:
        equals in interface Map
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Specified by:
        hashCode in interface Map
        Overrides:
        hashCode in class Object