Interface SortedMultiset<A>

Type Parameters:
A - the type of the contained elements.
All Superinterfaces:
Iterable<A>, Multiset<A>, Serializable
All Known Implementing Classes:
TreeMultiset

public interface SortedMultiset<A> extends Multiset<A>
A multiset with a defined order on the elements.
  • Method Details

    • comparator

      Comparator<? super A> comparator()
      Deliver the comparator on the elements.
      Returns:
      the comparator on the elements.