Uses of Class
com.google.common.collect.ForwardingMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ForwardingMultiset in com.google.common.collect
Modifier and TypeClassDescriptionclass
ForwardingSortedMultiset<E extends @Nullable Object>
A sorted multiset which forwards all its method calls to another sorted multiset.protected class
A skeleton implementation of a descending multiset view.