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