T - the type of elements maintained by this Collectionpublic static class Object2ShortMaps.SynchronizedNavigableMap<T> extends Object2ShortMaps.SynchronizedSortedMap<T> implements Object2ShortNavigableMap<T>
AbstractObject2ShortMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2ShortSortedMap.FastSortedSet<T>Object2ShortMap.Entry<T>, Object2ShortMap.FastEntrySet<T>| Modifier and Type | Method and Description |
|---|---|
Object2ShortMap.Entry<T> |
ceilingEntry(T key) |
T |
ceilingKey(T key) |
ObjectNavigableSet<T> |
descendingKeySet() |
Object2ShortNavigableMap<T> |
descendingMap() |
Object2ShortMap.Entry<T> |
firstEntry() |
Object2ShortMap.Entry<T> |
floorEntry(T key) |
T |
floorKey(T key) |
Object2ShortNavigableMap<T> |
headMap(T toKey) |
Object2ShortNavigableMap<T> |
headMap(T toKey,
boolean inclusive) |
Object2ShortMap.Entry<T> |
higherEntry(T key) |
T |
higherKey(T key) |
Object2ShortMap.Entry<T> |
lastEntry() |
Object2ShortMap.Entry<T> |
lowerEntry(T key) |
T |
lowerKey(T key) |
ObjectNavigableSet<T> |
navigableKeySet() |
Object2ShortMap.Entry<T> |
pollFirstEntry() |
Object2ShortMap.Entry<T> |
pollLastEntry() |
Object2ShortNavigableMap<T> |
subMap(T fromKey,
boolean fromInclusive,
T toKey,
boolean toInclusive) |
Object2ShortNavigableMap<T> |
subMap(T fromKey,
T toKey) |
Object2ShortNavigableMap<T> |
tailMap(T fromKey) |
Object2ShortNavigableMap<T> |
tailMap(T fromKey,
boolean inclusive) |
comparator, firstKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, lastKey, lastShortValue, moveToFirst, moveToLast, pollFirstKey, pollLastKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, computeShort, computeShortIfAbsent, computeShortIfPresent, containsValue, forEach, getDefaultReturnValue, getOrDefault, getShort, keySet, mergeAllShort, mergeShort, object2ShortEntrySet, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, rem, remOrDefault, remove, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValue, size, valuescontainsKey, entrySet, equals, get, getOrDefault, hashCodeclear, containsValue, isEmpty, put, remove, toStringcomparator, firstShortValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastShortValue, moveToFirst, moveToLast, pollFirstKey, pollLastKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, object2ShortEntrySet, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValuepublic Object2ShortNavigableMap<T> descendingMap()
descendingMap in interface java.util.NavigableMap<T,java.lang.Short>descendingMap in interface Object2ShortNavigableMap<T>public ObjectNavigableSet<T> navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<T,java.lang.Short>navigableKeySet in interface Object2ShortNavigableMap<T>public ObjectNavigableSet<T> descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<T,java.lang.Short>descendingKeySet in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> firstEntry()
firstEntry in interface java.util.NavigableMap<T,java.lang.Short>firstEntry in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> lastEntry()
lastEntry in interface java.util.NavigableMap<T,java.lang.Short>lastEntry in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<T,java.lang.Short>pollFirstEntry in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<T,java.lang.Short>pollLastEntry in interface Object2ShortNavigableMap<T>public Object2ShortNavigableMap<T> subMap(T fromKey, boolean fromInclusive, T toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<T,java.lang.Short>subMap in interface Object2ShortNavigableMap<T>public Object2ShortNavigableMap<T> headMap(T toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<T,java.lang.Short>headMap in interface Object2ShortNavigableMap<T>public Object2ShortNavigableMap<T> tailMap(T fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<T,java.lang.Short>tailMap in interface Object2ShortNavigableMap<T>public Object2ShortNavigableMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.NavigableMap<T,java.lang.Short>subMap in interface java.util.SortedMap<T,java.lang.Short>subMap in interface Object2ShortNavigableMap<T>subMap in interface Object2ShortSortedMap<T>subMap in class Object2ShortMaps.SynchronizedSortedMap<T>public Object2ShortNavigableMap<T> headMap(T toKey)
headMap in interface java.util.NavigableMap<T,java.lang.Short>headMap in interface java.util.SortedMap<T,java.lang.Short>headMap in interface Object2ShortNavigableMap<T>headMap in interface Object2ShortSortedMap<T>headMap in class Object2ShortMaps.SynchronizedSortedMap<T>public Object2ShortNavigableMap<T> tailMap(T fromKey)
tailMap in interface java.util.NavigableMap<T,java.lang.Short>tailMap in interface java.util.SortedMap<T,java.lang.Short>tailMap in interface Object2ShortNavigableMap<T>tailMap in interface Object2ShortSortedMap<T>tailMap in class Object2ShortMaps.SynchronizedSortedMap<T>public T lowerKey(T key)
lowerKey in interface java.util.NavigableMap<T,java.lang.Short>public T higherKey(T key)
higherKey in interface java.util.NavigableMap<T,java.lang.Short>public T floorKey(T key)
floorKey in interface java.util.NavigableMap<T,java.lang.Short>public T ceilingKey(T key)
ceilingKey in interface java.util.NavigableMap<T,java.lang.Short>public Object2ShortMap.Entry<T> lowerEntry(T key)
lowerEntry in interface java.util.NavigableMap<T,java.lang.Short>lowerEntry in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> higherEntry(T key)
higherEntry in interface java.util.NavigableMap<T,java.lang.Short>higherEntry in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> floorEntry(T key)
floorEntry in interface java.util.NavigableMap<T,java.lang.Short>floorEntry in interface Object2ShortNavigableMap<T>public Object2ShortMap.Entry<T> ceilingEntry(T key)
ceilingEntry in interface java.util.NavigableMap<T,java.lang.Short>ceilingEntry in interface Object2ShortNavigableMap<T>