| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Maps.FilteredEntryBiMap<K,V> |
(package private) static class |
Maps.FilteredEntryMap<K,V> |
private static class |
Maps.FilteredEntrySortedMap<K,V> |
private static class |
Maps.FilteredKeyMap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
private static <K,V> java.util.Map<K,V> |
Maps.filterFiltered(Maps.AbstractFilteredMap<K,V> map,
Predicate<? super java.util.Map.Entry<K,V>> entryPredicate)
Support
clear(), removeAll(), and retainAll() when filtering a filtered
map. |