Uses of Class
com.google.common.collect.ForwardingMultiset
Packages that use ForwardingMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ForwardingMultiset in com.google.common.collect
Subclasses of ForwardingMultiset in com.google.common.collectModifier and TypeClassDescription(package private) class
A skeleton implementation of a descending multiset.class
A sorted multiset which forwards all its method calls to another sorted multiset.protected class
A skeleton implementation of a descending multiset view.(package private) static class
(package private) final class
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).