Uses of Class
com.google.common.collect.ForwardingMultimap
- 
Packages that use ForwardingMultimap Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.
- 
- 
Uses of ForwardingMultimap in com.google.common.collectSubclasses of ForwardingMultimap in com.google.common.collect Modifier and Type Class Description classForwardingListMultimap<K extends @Nullable Object,V extends @Nullable Object>A list multimap which forwards all its method calls to another list multimap.classForwardingSetMultimap<K extends @Nullable Object,V extends @Nullable Object>A set multimap which forwards all its method calls to another set multimap.classForwardingSortedSetMultimap<K extends @Nullable Object,V extends @Nullable Object>A sorted set multimap which forwards all its method calls to another sorted set multimap.
 
-