Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
FilteredSetMultimap<K,V>
A supertype for filtered
SetMultimap implementations. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FilteredEntryMultimap<K,V>
Implementation of
Multimaps.filterEntries(Multimap, Predicate) . |
(package private) class |
FilteredEntrySetMultimap<K,V>
Implementation of
Multimaps.filterEntries(SetMultimap, Predicate) . |
(package private) class |
FilteredKeyListMultimap<K,V>
Implementation of
Multimaps.filterKeys(ListMultimap, Predicate) . |
(package private) class |
FilteredKeyMultimap<K,V>
Implementation of
Multimaps.filterKeys(Multimap, Predicate) . |
(package private) class |
FilteredKeySetMultimap<K,V>
Implementation of
Multimaps.filterKeys(SetMultimap, Predicate) . |
Modifier and Type | Field and Description |
---|---|
private FilteredMultimap<K,V> |
FilteredMultimapValues.multimap |
Modifier and Type | Method and Description |
---|---|
private static <K,V> Multimap<K,V> |
Multimaps.filterFiltered(FilteredMultimap<K,V> multimap,
Predicate<? super java.util.Map.Entry<K,V>> entryPredicate)
Support removal operations when filtering a filtered multimap.
|
Constructor and Description |
---|
FilteredMultimapValues(FilteredMultimap<K,V> multimap) |