public interface SortedMultiset<A> extends Multiset<A>
Modifier and Type | Method and Description |
---|---|
Comparator<? super A> |
comparator() |
SortedSet<A> |
domain()
domain().equals(supportMap().keySet())
|
SortedMap<A,Integer> |
supportMap()
ATTENTION assume no Map.Entry.getValue()==0 is in map, but domain key is
removed in case that count == 0.
|
add, add, clear, contains, containsUnchecked, count, countAll, countAllUnchecked, countUnchecked, isEmpty, remove, removeAll, removeAllUnchecked, removeDomain, removeDomainUnchecked, removeUnchecked, retainAll, retainAllUnchecked
forEach, iterator, spliterator
Comparator<? super A> comparator()
SortedSet<A> domain()
Multiset
see also the complete user documentation .