Uses of Class
com.google.common.collect.AbstractMultiset
Packages that use AbstractMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractMultiset in com.google.common.collect
Subclasses of AbstractMultiset in com.google.common.collectModifier and TypeClassDescription(package private) class
Basic implementation ofMultiset<E>
backed by an instance ofMap<E, Count>
.(package private) class
This class provides a skeletal implementation of theSortedMultiset
interface.final class
A multiset that supports concurrent modifications and that provides atomic versions of mostMultiset
operations (exceptions where noted).final class
EnumMultiset<E extends Enum<E>>
Multiset implementation specialized for enum elements, supporting all single-element operations in O(1).(package private) class
final class
HashMultiset<E>
Multiset implementation backed by aHashMap
.final class
AMultiset
implementation with predictable iteration order.(package private) static class
Multimaps.Keys<K,
V> private static final class
private static class
AnAbstractMultiset
with additional default implementations, some of them linear-time implementations in terms ofelementSet
andentrySet
.final class
TreeMultiset<E>
A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator
.