Class HashMultiset<A>

java.lang.Object
eu.bandm.tools.ops.HashMultiset<A>
All Implemented Interfaces:
Multiset<A>, Serializable, Iterable<A>

public class HashMultiset<A> extends Object implements Multiset<A>
Implementation for domains with no default order, where TreeMultiset is not applicable.
See Also: