Uses of Class
com.google.common.collect.AbstractMultiset
Packages that use AbstractMultiset
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of AbstractMultiset in com.google.common.collect
Subclasses of AbstractMultiset in com.google.common.collectModifier and TypeClassDescription(package private) classBasic implementation ofMultiset<E>backed by an instance ofMap<E, Count>.(package private) classThis class provides a skeletal implementation of theSortedMultisetinterface.final classA multiset that supports concurrent modifications and that provides atomic versions of mostMultisetoperations (exceptions where noted).final classEnumMultiset<E extends Enum<E>>Multiset implementation specialized for enum elements, supporting all single-element operations in O(1).(package private) classfinal classHashMultiset<E>Multiset implementation backed by aHashMap.final classAMultisetimplementation with predictable iteration order.(package private) static classMultimaps.Keys<K,V> private static final classprivate static classAnAbstractMultisetwith additional default implementations, some of them linear-time implementations in terms ofelementSetandentrySet.final classTreeMultiset<E>A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator.