Class ForwardingMap.StandardEntrySet

    • Constructor Detail

      • StandardEntrySet

        public StandardEntrySet()
        Constructor for use by subclasses.
    • Method Detail

      • size

        public int size()
      • clear

        public void clear()
      • contains

        public boolean contains(Object o)
      • isEmpty

        public boolean isEmpty()
      • remove

        public boolean remove(Object o)
      • removeAll

        public boolean removeAll(Collection<?> c)
      • retainAll

        public boolean retainAll(Collection<?> c)