Package com.google.common.collect
Class AbstractNavigableMap.DescendingMap
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<K,V>
com.google.common.collect.Maps.DescendingMap<K,V>
com.google.common.collect.AbstractNavigableMap.DescendingMap
- All Implemented Interfaces:
Map<K,,V> NavigableMap<K,,V> SortedMap<K,V>
- Enclosing class:
- AbstractNavigableMap<K,
V>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
ForwardingMap.StandardEntrySet, ForwardingMap.StandardKeySet, ForwardingMap.StandardValues -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.DescendingMap
ceilingEntry, ceilingKey, comparator, createEntrySet, delegate, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMap, toString, valuesMethods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToStringMethods inherited from class java.lang.Object
clone, 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
-
DescendingMap
private DescendingMap()
-
-
Method Details
-
forward
NavigableMap<K,V> forward()- Specified by:
forwardin classMaps.DescendingMap<K,V>
-
entryIterator
- Specified by:
entryIteratorin classMaps.DescendingMap<K,V>
-