Class ForwardingMultiset.StandardElementSet

    • Constructor Detail

      • StandardElementSet

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

      • clear

        public void clear()
      • contains

        public boolean contains(Object o)
      • containsAll

        public boolean containsAll(Collection<?> c)
      • isEmpty

        public boolean isEmpty()
      • iterator

        public Iterator<E> iterator()
      • remove

        public boolean remove(Object o)
      • size

        public int size()
      • removeAll

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

        public boolean retainAll(Collection<?> c)