Class AbstractMapEntryDecorator

  • All Implemented Interfaces:
    Map.Entry, KeyValue

    @Deprecated(since="2021-04-30")
    public abstract class AbstractMapEntryDecorator
    extends Object
    implements Map.Entry, KeyValue
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    Provides a base decorator that allows additional functionality to be added to a Map.Entry.
    Since:
    Commons Collections 3.0
    • Constructor Detail

      • AbstractMapEntryDecorator

        public AbstractMapEntryDecorator​(Map.Entry entry)
        Deprecated.
        Constructor that wraps (not copies).
        Parameters:
        entry - the Map.Entry to decorate, must not be null
        Throws:
        IllegalArgumentException - if the collection is null