Uses of Class
com.google.common.collect.ForwardingMultiset
-
Packages that use ForwardingMultiset Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of ForwardingMultiset in com.google.common.collect
Subclasses of ForwardingMultiset in com.google.common.collect Modifier and Type Class Description class
ForwardingSortedMultiset<E extends @Nullable java.lang.Object>
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.
-