Class HashMultiset<E>

All Implemented Interfaces:
Multiset<E>, Serializable, Iterable<E>, Collection<E>

@GwtCompatible(serializable=true, emulated=true) public final class HashMultiset<E> extends AbstractMapBasedMultiset<E>
Multiset implementation backed by a HashMap.
Since:
2.0
See Also: