Uses of Class
com.google.common.collect.ImmutableMultisetGwtSerializationDependencies
-
Packages that use ImmutableMultisetGwtSerializationDependencies Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableMultisetGwtSerializationDependencies in com.google.common.collect
Subclasses of ImmutableMultisetGwtSerializationDependencies in com.google.common.collect Modifier and Type Class Description (package private) class
DescendingImmutableSortedMultiset<E>
A descending wrapper around anImmutableSortedMultiset
(package private) class
ImmutableMultimap.Keys
class
ImmutableMultiset<E>
AMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ImmutableSortedMultiset<E>
ASortedMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) class
ImmutableSortedMultisetFauxverideShim<E>
"Overrides" theImmutableMultiset
static methods that lackImmutableSortedMultiset
equivalents with deprecated, exception-throwing versions.(package private) class
JdkBackedImmutableMultiset<E>
An implementation of ImmutableMultiset backed by a JDK Map and a list of entries.(package private) class
RegularImmutableMultiset<E>
Implementation ofImmutableMultiset
with zero or more elements.(package private) class
RegularImmutableSortedMultiset<E>
An immutable sorted multiset with one or more distinct elements.
-