private final class AbstractNavigableMap.DescendingMap extends Maps.DescendingMap<K,V>
ForwardingMap.StandardEntrySet, ForwardingMap.StandardKeySet, ForwardingMap.StandardValues| Modifier | Constructor and Description |
|---|---|
private |
DescendingMap() |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Iterator<java.util.Map.Entry<K,V>> |
entryIterator() |
(package private) java.util.NavigableMap<K,V> |
forward() |
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, valuesclear, containsKey, containsValue, equals, get, hashCode, isEmpty, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToStringjava.util.NavigableMap<K,V> forward()
forward in class Maps.DescendingMap<K,V>java.util.Iterator<java.util.Map.Entry<K,V>> entryIterator()
entryIterator in class Maps.DescendingMap<K,V>