Interface SortedMultiSet<T>

All Superinterfaces:
Collection<T>, HTMLToString, Iterable<T>, MultiSet<T>
All Known Implementing Classes:
TreeMultiSet

public interface SortedMultiSet<T> extends MultiSet<T>
  • Method Details

    • comparator

      Comparator<? super T> comparator()
    • baseSet

      SortedSet<T> baseSet()
      returns an unmodifiable set of unique objects in the multiset.
      Specified by:
      baseSet in interface MultiSet<T>
      Returns:
      an unmodifiable set of unique objects in the multiset.