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 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>
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.
-