static class Synchronized.SynchronizedNavigableMap<K,V> extends Synchronized.SynchronizedSortedMap<K,V> implements java.util.NavigableMap<K,V>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.NavigableSet<K> |
descendingKeySet |
(package private) java.util.NavigableMap<K,V> |
descendingMap |
(package private) java.util.NavigableSet<K> |
navigableKeySet |
private static long |
serialVersionUID |
entrySet, keySet, valuesdelegate, mutex| Constructor and Description |
|---|
SynchronizedNavigableMap(java.util.NavigableMap<K,V> delegate,
java.lang.Object mutex) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
ceilingEntry(K key) |
K |
ceilingKey(K key) |
(package private) java.util.NavigableMap<K,V> |
delegate() |
java.util.NavigableSet<K> |
descendingKeySet() |
java.util.NavigableMap<K,V> |
descendingMap() |
java.util.Map.Entry<K,V> |
firstEntry() |
java.util.Map.Entry<K,V> |
floorEntry(K key) |
K |
floorKey(K key) |
java.util.SortedMap<K,V> |
headMap(K toKey) |
java.util.NavigableMap<K,V> |
headMap(K toKey,
boolean inclusive) |
java.util.Map.Entry<K,V> |
higherEntry(K key) |
K |
higherKey(K key) |
java.util.Set<K> |
keySet() |
java.util.Map.Entry<K,V> |
lastEntry() |
java.util.Map.Entry<K,V> |
lowerEntry(K key) |
K |
lowerKey(K key) |
java.util.NavigableSet<K> |
navigableKeySet() |
java.util.Map.Entry<K,V> |
pollFirstEntry() |
java.util.Map.Entry<K,V> |
pollLastEntry() |
java.util.NavigableMap<K,V> |
subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
java.util.SortedMap<K,V> |
subMap(K fromKey,
K toKey) |
java.util.SortedMap<K,V> |
tailMap(K fromKey) |
java.util.NavigableMap<K,V> |
tailMap(K fromKey,
boolean inclusive) |
comparator, firstKey, lastKeyclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuestoStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait@CheckForNull transient java.util.NavigableSet<K> descendingKeySet
@CheckForNull transient java.util.NavigableSet<K> navigableKeySet
private static final long serialVersionUID
java.util.NavigableMap<K,V> delegate()
delegate in class Synchronized.SynchronizedSortedMap<K,V>public java.util.NavigableSet<K> descendingKeySet()
public java.util.Set<K> keySet()
public java.util.NavigableSet<K> navigableKeySet()
public java.util.NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)