Package com.google.common.collect
Class Maps.FilteredEntrySortedMap<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>
com.google.common.collect.Maps.FilteredEntryMap<K,V>
com.google.common.collect.Maps.FilteredEntrySortedMap<K,V>
- Enclosing class:
- Maps
private static class Maps.FilteredEntrySortedMap<K,V>
extends Maps.FilteredEntryMap<K,V>
implements SortedMap<K,V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
Nested classes/interfaces inherited from class com.google.common.collect.Maps.FilteredEntryMap
Maps.FilteredEntryMap.KeySet
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields inherited from class com.google.common.collect.Maps.FilteredEntryMap
filteredEntrySet
Fields inherited from class com.google.common.collect.Maps.AbstractFilteredMap
predicate, unfiltered
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.FilteredEntryMap
createEntrySet, removeAllKeys, retainAllKeys
Methods inherited from class com.google.common.collect.Maps.AbstractFilteredMap
apply, containsKey, createValues, get, isEmpty, put, putAll, remove
Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
entrySet, 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
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
FilteredEntrySortedMap
-
-
Method Details
-
sortedMap
-
keySet
-
createKeySet
- Overrides:
createKeySet
in classMaps.FilteredEntryMap<K,
V>
-
comparator
- Specified by:
comparator
in interfaceSortedMap<K,
V>
-
firstKey
-
lastKey
-
headMap
-
subMap
-
tailMap
-