Class LinkedHashMultiset<E>

  • Type Parameters:
    E - the element type of the multiset
    All Implemented Interfaces:
    java.lang.Iterable<E>, java.util.Collection<E>, IMultiset<E>

    public class LinkedHashMultiset<E>
    extends AbstractMultiset<E>
    LinkedHashMap based implementation of IMultiset. Iteration order follows order of first insertion of an element.
    • Constructor Detail

      • LinkedHashMultiset

        public LinkedHashMultiset()
      • LinkedHashMultiset

        public LinkedHashMultiset​(java.util.Collection<? extends E> collection)