Uses of Class
com.google.common.collect.ForwardingMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ForwardingMultimap in com.google.common.collect
Modifier and TypeClassDescriptionclass
ForwardingListMultimap<K extends @Nullable Object,
V extends @Nullable Object> A list multimap which forwards all its method calls to another list multimap.class
ForwardingSetMultimap<K extends @Nullable Object,
V extends @Nullable Object> A set multimap which forwards all its method calls to another set multimap.class
ForwardingSortedSetMultimap<K extends @Nullable Object,
V extends @Nullable Object> A sorted set multimap which forwards all its method calls to another sorted set multimap.