Package com.google.common.collect
Class Maps.AbstractFilteredMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.google.common.collect.Maps.ViewCachingAbstractMap<K,V>
com.google.common.collect.Maps.AbstractFilteredMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
- Direct Known Subclasses:
Maps.FilteredEntryMap
,Maps.FilteredKeyMap
- Enclosing class:
Maps
private abstract static class Maps.AbstractFilteredMap<K,V>
extends Maps.ViewCachingAbstractMap<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
createEntrySet, createKeySet, entrySet, keySet, values
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, size, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
unfiltered
-
predicate
-
-
Constructor Details
-
AbstractFilteredMap
-
-
Method Details
-
apply
-
put
-
putAll
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V> - Overrides:
containsKey
in classAbstractMap<K,
V>
-
get
-
isEmpty
public boolean isEmpty() -
remove
-
createValues
Collection<V> createValues()- Overrides:
createValues
in classMaps.ViewCachingAbstractMap<K,
V>
-