Class HashMultiset<E>

java.lang.Object
java.util.AbstractCollection<E>
net.sourceforge.plantuml.quantization.HashMultiset<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Multiset<E>

public final class HashMultiset<E> extends AbstractCollection<E> implements Multiset<E>