Class ForwardingMap.StandardEntrySet

    • Constructor Summary

      Constructors 
      Constructor Description
      StandardEntrySet()
      Constructor for use by subclasses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.util.Map<K,​V> map()  
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, containsAll, iterator, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        add, addAll, containsAll, iterator, spliterator, toArray, toArray
    • Constructor Detail

      • StandardEntrySet

        public StandardEntrySet()
        Constructor for use by subclasses.