Package com.google.common.collect
Class Maps.SortedAsMapView<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.google.common.collect.Maps.ViewCachingAbstractMap<K,V>
com.google.common.collect.Maps.AsMapView<K,V>
com.google.common.collect.Maps.SortedAsMapView<K,V>
- All Implemented Interfaces:
Map<K,
,V> SequencedMap<K,
,V> SortedMap<K,
V>
- Enclosing class:
Maps
private static class Maps.SortedAsMapView<K,V>
extends Maps.AsMapView<K,V>
implements SortedMap<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 inherited from class com.google.common.collect.Maps.AsMapView
function
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.AsMapView
clear, containsKey, createEntrySet, createKeySet, createValues, forEach, get, getOrDefault, remove, size
Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
entrySet, values
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, put, putAll, 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
Methods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
SortedAsMapView
-
-
Method Details
-
backingSet
- Overrides:
backingSet
in classMaps.AsMapView<K,
V>
-
comparator
- Specified by:
comparator
in interfaceSortedMap<K,
V>
-
keySet
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-