V - the type of elements maintained by this Collectionpublic static class Short2ObjectMaps.SynchronizedNavigableMap<V> extends Short2ObjectMaps.SynchronizedSortedMap<V> implements Short2ObjectNavigableMap<V>
AbstractShort2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2ObjectSortedMap.FastSortedSet<V>Short2ObjectMap.Entry<V>, Short2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Short2ObjectMap.Entry<V> |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2ObjectMap.Entry<V> |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
descendingKeySet() |
Short2ObjectNavigableMap<V> |
descendingMap() |
Short2ObjectMap.Entry<V> |
firstEntry() |
Short2ObjectMap.Entry<V> |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2ObjectMap.Entry<V> |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Short |
floorKey(java.lang.Short key)
Deprecated.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2ObjectNavigableMap<V> |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ObjectNavigableMap<V> |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2ObjectNavigableMap<V> |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ObjectNavigableMap<V> |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2ObjectMap.Entry<V> |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2ObjectMap.Entry<V> |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
Short2ObjectMap.Entry<V> |
lastEntry() |
Short2ObjectMap.Entry<V> |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2ObjectMap.Entry<V> |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2ObjectMap.Entry<V> |
pollFirstEntry() |
Short2ObjectMap.Entry<V> |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2ObjectNavigableMap<V> |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ObjectNavigableMap<V> |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2ObjectNavigableMap<V> |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ObjectNavigableMap<V> |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2ObjectNavigableMap<V> |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ObjectNavigableMap<V> |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2ObjectNavigableMap<V> |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ObjectNavigableMap<V> |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstKey, firstShortKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastKey, lastShortKey, lastValue, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLastclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, keySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, short2ObjectEntrySet, size, valuesentrySet, equals, hashCodecomparator, firstKey, firstShortKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastKey, lastShortKey, lastValue, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLast, valuescompute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, short2ObjectEntrySetpublic Short2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,V>descendingMap in interface Short2ObjectNavigableMap<V>public ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,V>navigableKeySet in interface Short2ObjectNavigableMap<V>public ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,V>descendingKeySet in interface Short2ObjectNavigableMap<V>public Short2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,V>firstEntry in interface Short2ObjectNavigableMap<V>public Short2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,V>lastEntry in interface Short2ObjectNavigableMap<V>public Short2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,V>pollFirstEntry in interface Short2ObjectNavigableMap<V>public Short2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,V>pollLastEntry in interface Short2ObjectNavigableMap<V>public Short2ObjectNavigableMap<V> subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2ObjectNavigableMapsubMap in interface Short2ObjectNavigableMap<V>fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2ObjectNavigableMap<V> headMap(short toKey, boolean inclusive)
Short2ObjectNavigableMapheadMap in interface Short2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2ObjectNavigableMap<V> tailMap(short fromKey, boolean inclusive)
Short2ObjectNavigableMaptailMap in interface Short2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2ObjectNavigableMap<V> subMap(short fromKey, short toKey)
Short2ObjectSortedMapsubMap in interface Short2ObjectNavigableMap<V>subMap in interface Short2ObjectSortedMap<V>subMap in class Short2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Short2ObjectNavigableMap<V> headMap(short toKey)
Short2ObjectSortedMapheadMap in interface Short2ObjectNavigableMap<V>headMap in interface Short2ObjectSortedMap<V>headMap in class Short2ObjectMaps.SynchronizedSortedMap<V>toKey - where the headMap should endpublic Short2ObjectNavigableMap<V> tailMap(short fromKey)
Short2ObjectSortedMaptailMap in interface Short2ObjectNavigableMap<V>tailMap in interface Short2ObjectSortedMap<V>tailMap in class Short2ObjectMaps.SynchronizedSortedMap<V>fromKey - where the TailMap should startpublic short lowerKey(short key)
Short2ObjectNavigableMaplowerKey in interface Short2ObjectNavigableMap<V>key - that should be compared with.public short higherKey(short key)
Short2ObjectNavigableMaphigherKey in interface Short2ObjectNavigableMap<V>key - that should be compared with.public short floorKey(short key)
Short2ObjectNavigableMapfloorKey in interface Short2ObjectNavigableMap<V>key - that should be compared with.public short ceilingKey(short key)
Short2ObjectNavigableMapceilingKey in interface Short2ObjectNavigableMap<V>key - that should be compared with.public Short2ObjectMap.Entry<V> lowerEntry(short key)
Short2ObjectNavigableMaplowerEntry in interface Short2ObjectNavigableMap<V>key - that should be compared with.public Short2ObjectMap.Entry<V> higherEntry(short key)
Short2ObjectNavigableMaphigherEntry in interface Short2ObjectNavigableMap<V>key - that should be compared with.public Short2ObjectMap.Entry<V> floorEntry(short key)
Short2ObjectNavigableMapfloorEntry in interface Short2ObjectNavigableMap<V>key - that should be compared with.public Short2ObjectMap.Entry<V> ceilingEntry(short key)
Short2ObjectNavigableMapceilingEntry in interface Short2ObjectNavigableMap<V>key - that should be compared with.@Deprecated public Short2ObjectNavigableMap<V> subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,V>subMap in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectNavigableMap<V> headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,V>headMap in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectNavigableMap<V> tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,V>tailMap in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectNavigableMap<V> subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,V>subMap in interface java.util.SortedMap<java.lang.Short,V>subMap in interface Short2ObjectNavigableMap<V>subMap in interface Short2ObjectSortedMap<V>subMap in class Short2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Short2ObjectNavigableMap<V> headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,V>headMap in interface java.util.SortedMap<java.lang.Short,V>headMap in interface Short2ObjectNavigableMap<V>headMap in interface Short2ObjectSortedMap<V>headMap in class Short2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Short2ObjectNavigableMap<V> tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,V>tailMap in interface java.util.SortedMap<java.lang.Short,V>tailMap in interface Short2ObjectNavigableMap<V>tailMap in interface Short2ObjectSortedMap<V>tailMap in class Short2ObjectMaps.SynchronizedSortedMap<V>public void setDefaultMaxValue(short e)
Short2ObjectNavigableMapsetDefaultMaxValue in interface Short2ObjectNavigableMap<V>e - the new max valuepublic short getDefaultMaxValue()
Short2ObjectNavigableMapgetDefaultMaxValue in interface Short2ObjectNavigableMap<V>public void setDefaultMinValue(short e)
Short2ObjectNavigableMapsetDefaultMinValue in interface Short2ObjectNavigableMap<V>e - the new min valuepublic short getDefaultMinValue()
Short2ObjectNavigableMapgetDefaultMinValue in interface Short2ObjectNavigableMap<V>@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,V>lowerKey in interface Short2ObjectNavigableMap<V>@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,V>floorKey in interface Short2ObjectNavigableMap<V>@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,V>ceilingKey in interface Short2ObjectNavigableMap<V>@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,V>higherKey in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectMap.Entry<V> lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,V>lowerEntry in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectMap.Entry<V> floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,V>floorEntry in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectMap.Entry<V> ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,V>ceilingEntry in interface Short2ObjectNavigableMap<V>@Deprecated public Short2ObjectMap.Entry<V> higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,V>higherEntry in interface Short2ObjectNavigableMap<V>