Uses of Interface
com.google.common.collect.FilteredSetMultimap
Packages that use FilteredSetMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of FilteredSetMultimap in com.google.common.collect
Classes in com.google.common.collect that implement FilteredSetMultimapModifier and TypeClassDescription(package private) final class
Implementation ofMultimaps.filterEntries(SetMultimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterKeys(SetMultimap, Predicate)
.Methods in com.google.common.collect with parameters of type FilteredSetMultimapModifier and TypeMethodDescriptionprivate static <K,
V> SetMultimap <K, V> Multimaps.filterFiltered
(FilteredSetMultimap<K, V> multimap, Predicate<? super Map.Entry<K, V>> entryPredicate) Support removal operations when filtering a filtered multimap.