@GwtIncompatible private static final class Maps.NavigableAsMapView<K,V> extends AbstractNavigableMap<K,V>
Modifier and Type | Field and Description |
---|---|
private Function<? super K,V> |
function |
private java.util.NavigableSet<K> |
set |
Constructor and Description |
---|
NavigableAsMapView(java.util.NavigableSet<K> ks,
Function<? super K,V> vFunction) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.util.Comparator<? super K> |
comparator() |
(package private) java.util.Iterator<java.util.Map.Entry<K,V>> |
descendingEntryIterator() |
java.util.NavigableMap<K,V> |
descendingMap() |
(package private) java.util.Iterator<java.util.Map.Entry<K,V>> |
entryIterator() |
V |
get(java.lang.Object key) |
java.util.NavigableMap<K,V> |
headMap(K toKey,
boolean inclusive) |
java.util.NavigableSet<K> |
navigableKeySet() |
int |
size() |
java.util.NavigableMap<K,V> |
subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
java.util.NavigableMap<K,V> |
tailMap(K fromKey,
boolean inclusive) |
ceilingEntry, ceilingKey, descendingKeySet, firstEntry, firstKey, floorEntry, floorKey, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, pollFirstEntry, pollLastEntry, subMap, tailMap
entrySet
clone, containsKey, containsValue, equals, hashCode, isEmpty, put, putAll, remove, toString, values
private final java.util.NavigableSet<K> set
public java.util.NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
public java.util.Comparator<? super K> comparator()
@Nullable public V get(@Nullable java.lang.Object key)
public void clear()
java.util.Iterator<java.util.Map.Entry<K,V>> entryIterator()
entryIterator
in class Maps.IteratorBasedAbstractMap<K,V>
java.util.Iterator<java.util.Map.Entry<K,V>> descendingEntryIterator()
descendingEntryIterator
in class AbstractNavigableMap<K,V>
public java.util.NavigableSet<K> navigableKeySet()
navigableKeySet
in interface java.util.NavigableMap<K,V>
navigableKeySet
in class AbstractNavigableMap<K,V>
public int size()
public java.util.NavigableMap<K,V> descendingMap()
descendingMap
in interface java.util.NavigableMap<K,V>
descendingMap
in class AbstractNavigableMap<K,V>