Package eu.bandm.tools.ops
Interface SortedMultiset<A>
- All Superinterfaces:
Iterable<A>
,Multiset<A>
,Serializable
- All Known Implementing Classes:
TreeMultiset
-
Method Summary
Modifier and TypeMethodDescriptionComparator<? super A>
domain()
domain().equals(supportMap().keySet())ATTENTION assume no Map.Entry.getValue()==0 is in map, but domain key is removed in case that count == 0.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface eu.bandm.tools.ops.Multiset
add, add, clear, contains, containsUnchecked, count, countAll, countAllUnchecked, countUnchecked, isEmpty, remove, removeAll, removeAllUnchecked, removeDomain, removeDomainUnchecked, removeUnchecked, retainAll, retainAllUnchecked
-
Method Details
-
comparator
Comparator<? super A> comparator() -
domain
Description copied from interface:Multiset
domain().equals(supportMap().keySet()) -
supportMap
Description copied from interface:Multiset
ATTENTION assume no Map.Entry.getValue()==0 is in map, but domain key is removed in case that count == 0.- Specified by:
supportMap
in interfaceMultiset<A>
-