Uses of Class
com.google.common.collect.ImmutableSortedMultisetFauxverideShim
-
Packages that use ImmutableSortedMultisetFauxverideShim Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableSortedMultisetFauxverideShim in com.google.common.collect
Subclasses of ImmutableSortedMultisetFauxverideShim in com.google.common.collect Modifier and Type Class Description (package private) class
DescendingImmutableSortedMultiset<E>
A descending wrapper around anImmutableSortedMultiset
class
ImmutableSortedMultiset<E>
ASortedMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) class
RegularImmutableSortedMultiset<E>
An immutable sorted multiset with one or more distinct elements.
-