Uses of Class
com.google.common.collect.ForwardingSetMultimap
Packages that use ForwardingSetMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ForwardingSetMultimap in com.google.common.collect
Subclasses of ForwardingSetMultimap in com.google.common.collectModifier and TypeClassDescriptionclassForwardingSortedSetMultimap<K extends @Nullable Object, V extends @Nullable Object>A sorted set multimap which forwards all its method calls to another sorted set multimap.