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) class
DescendingMultiset<E>
A skeleton implementation of a descending multiset.class
ForwardingSortedMultiset<E>
A sorted multiset which forwards all its method calls to another sorted multiset.protected class
ForwardingSortedMultiset.StandardDescendingMultiset
A skeleton implementation of a descending multiset view.(package private) static class
Multisets.UnmodifiableMultiset<E>
(package private) class
UnmodifiableSortedMultiset<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).
-