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.collect
Subclasses of ForwardingMultimap in com.google.common.collect Modifier and Type Class Description class
ForwardingListMultimap<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
A list multimap which forwards all its method calls to another list multimap.class
ForwardingSetMultimap<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
A set multimap which forwards all its method calls to another set multimap.class
ForwardingSortedSetMultimap<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
A sorted set multimap which forwards all its method calls to another sorted set multimap.
-