Uses of Class
com.google.common.collect.ForwardingMultiset
-
Packages that use ForwardingMultiset Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ForwardingMultiset in com.google.common.collect
Subclasses of ForwardingMultiset in com.google.common.collect Modifier and Type Class Description (package private) classDescendingMultiset<E>A skeleton implementation of a descending multiset.classForwardingSortedMultiset<E>A sorted multiset which forwards all its method calls to another sorted multiset.protected classForwardingSortedMultiset.StandardDescendingMultisetA skeleton implementation of a descending multiset view.(package private) static classMultisets.UnmodifiableMultiset<E>(package private) classUnmodifiableSortedMultiset<E>Implementation ofMultisets.unmodifiableSortedMultiset(SortedMultiset), split out into its own file so it can be GWT emulated (to deal with the differing elementSet() types in GWT and non-GWT).
-