Uses of Class
com.google.common.collect.Maps.AbstractFilteredMap
Packages that use Maps.AbstractFilteredMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Maps.AbstractFilteredMap in com.google.common.collect
Subclasses of Maps.AbstractFilteredMap in com.google.common.collectModifier and TypeClassDescription(package private) static final class
(package private) static class
private static class
private static class
Maps.FilteredKeyMap<K,
V> Methods in com.google.common.collect with parameters of type Maps.AbstractFilteredMapModifier and TypeMethodDescriptionprivate static <K,
V> Map <K, V> Maps.filterFiltered
(Maps.AbstractFilteredMap<K, V> map, Predicate<? super Map.Entry<K, V>> entryPredicate) Supportclear()
,removeAll()
, andretainAll()
when filtering a filtered map.