Uses of Interface
eu.bandm.tools.ops.Multiset
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Multiset in eu.bandm.tools.ops
Modifier and TypeClassDescriptionclass
HashMultiset<A>
Implementation for domains with no default order, whereTreeMultiset
is not applicable.class
TreeMultiset<A>
Implementation for sorted domains, whereTreeMultiset
not applicable.(package private) class
Protects the contents of a multi set.Modifier and TypeMethodDescriptionMultisets.ascendingCardinalities
(Multiset<A> collected) protected static <A> int
Multisets.compareInner
(Multiset<A> left, Multiset<A> right, Set<A> dom) Multisets.partialCompare
(Multiset<A> left, Multiset<A> right) static <A> UnmodifiableMultiset<A>
Multisets.unmodifiableMultiset
(Multiset<A> peer) ModifierConstructorDescriptionHashMultiset
(Multiset<? extends A> proto) TreeMultiset
(Multiset<? extends A> proto)