Class ForwardingMap.StandardValues

    • Constructor Detail

      • StandardValues

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

      • iterator

        public Iterator<V> iterator()
      • remove

        public boolean remove(Object o)
      • removeAll

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

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

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(Object o)
      • clear

        public void clear()