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) classNested classes/interfaces inherited from class com.google.common.collect.Maps.FilteredEntryMap
Maps.FilteredEntryMap.KeySetNested 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
filteredEntrySetFields 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, retainAllKeysMethods inherited from class com.google.common.collect.Maps.AbstractFilteredMap
apply, containsKey, createValues, get, isEmpty, put, putAll, removeMethods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
entrySet, valuesMethods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, size, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
createKeySetin classMaps.FilteredEntryMap<K,V>
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-
firstKey
-
lastKey
-
headMap
-
subMap
-
tailMap
-