Uses of Class
com.google.common.collect.Maps.AbstractFilteredMap
-
Packages that use Maps.AbstractFilteredMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Maps.AbstractFilteredMap in com.google.common.collect
Subclasses of Maps.AbstractFilteredMap in com.google.common.collect Modifier and Type Class Description (package private) static classMaps.FilteredEntryBiMap<K,V>(package private) static classMaps.FilteredEntryMap<K,V>private static classMaps.FilteredEntrySortedMap<K,V>private static classMaps.FilteredKeyMap<K,V>Methods in com.google.common.collect with parameters of type Maps.AbstractFilteredMap Modifier and Type Method 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)Supportclear(),removeAll(), andretainAll()when filtering a filtered map.
-