public interface SortedMultiSet<T> extends MultiSet<T>
HTMLToString.HTMLCellRenderer
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<T> |
baseSet()
returns an unmodifiable set of unique objects in the multiset.
|
java.util.Comparator<? super T> |
comparator() |
add, isLessOrEqual, occurrences, toList
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
toHTMLString