Class WrapperCollections.AbstractWrapperEntry<K,​V>

    • Constructor Detail

      • AbstractWrapperEntry

        protected AbstractWrapperEntry​(Map.Entry<K,​V> entry)
        Create an AbstractWrapperEntry which delegates to the specified Entry.
        Parameters:
        entry - the Entry to delegate all calls to