Uses of Class
eu.bandm.tools.util.multi.AbstractMultiset
Packages that use AbstractMultiset
Package
Description
Collection types which maintain multiplicities of references.
-
Uses of AbstractMultiset in eu.bandm.tools.util.multi
Subclasses of AbstractMultiset in eu.bandm.tools.util.multiModifier and TypeClassDescriptionclass
HashMultiset<A>
Implementation for domains with no default order, whereTreeMultiset
is not applicable.class
TreeMultiset<A>
Implementation for sorted domains.