Uses of Interface
com.google.common.collect.FilteredMultimap
Packages that use FilteredMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of FilteredMultimap in com.google.common.collect
Subinterfaces of FilteredMultimap in com.google.common.collectModifier and TypeInterfaceDescription(package private) interface
FilteredSetMultimap<K,
V> A supertype for filteredSetMultimap
implementations.Classes in com.google.common.collect that implement FilteredMultimapModifier and TypeClassDescription(package private) class
Implementation ofMultimaps.filterEntries(Multimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterEntries(SetMultimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterKeys(ListMultimap, Predicate)
.(package private) class
FilteredKeyMultimap<K,
V> Implementation ofMultimaps.filterKeys(Multimap, Predicate)
.(package private) final class
Implementation ofMultimaps.filterKeys(SetMultimap, Predicate)
.Fields in com.google.common.collect declared as FilteredMultimapModifier and TypeFieldDescriptionprivate final FilteredMultimap
<K, V> FilteredMultimapValues.multimap
Methods in com.google.common.collect with parameters of type FilteredMultimapModifier and TypeMethodDescriptionprivate static <K,
V> Multimap <K, V> Multimaps.filterFiltered
(FilteredMultimap<K, V> multimap, Predicate<? super Map.Entry<K, V>> entryPredicate) Support removal operations when filtering a filtered multimap.Constructors in com.google.common.collect with parameters of type FilteredMultimapModifierConstructorDescription(package private)
FilteredMultimapValues
(FilteredMultimap<K, V> multimap)