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())The realizing peer.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods 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:Multisetdomain().equals(supportMap().keySet()) -
supportMap
Description copied from interface:MultisetThe realizing peer. ATTENTION assume no Map.Entry.getValue()==0 is in map, but domain key is removed in case that count == 0.- Specified by:
supportMapin interfaceMultiset<A>
-