Uses of Interface
eu.bandm.tools.ops.Multiset
Packages that use Multiset
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Multiset in eu.bandm.tools.ops
Subinterfaces of Multiset in eu.bandm.tools.opsClasses in eu.bandm.tools.ops that implement MultisetModifier and TypeClassDescriptionclassHashMultiset<A>Implementation for domains with no default order, whereTreeMultisetis not applicable.classTreeMultiset<A>Implementation for sorted domains, whereTreeMultisetnot applicable.(package private) classProtects the contents of a multi set.Methods in eu.bandm.tools.ops that return MultisetMethods in eu.bandm.tools.ops with parameters of type MultisetModifier and TypeMethodDescriptionMultisets.ascendingCardinalities(Multiset<A> collected) protected static <A> intMultisets.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) Constructors in eu.bandm.tools.ops with parameters of type MultisetModifierConstructorDescriptionHashMultiset(Multiset<? extends A> proto) TreeMultiset(Multiset<? extends A> proto)