Class TreeMultiset<A>

java.lang.Object
eu.bandm.tools.util.multi.AbstractMultiset<A>
eu.bandm.tools.util.multi.TreeMultiset<A>
All Implemented Interfaces:
Multiset<A>, SortedMultiset<A>, Serializable, Iterable<A>

public class TreeMultiset<A> extends AbstractMultiset<A> implements SortedMultiset<A>
Implementation for sorted domains.
See Also: