Class AbstractMapEntryDecorator<K,​V>

    • Constructor Detail

      • AbstractMapEntryDecorator

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