public static class Short2ShortMaps.SynchronizedNavigableMap extends Short2ShortMaps.SynchronizedSortedMap implements Short2ShortNavigableMap
AbstractShort2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2ShortSortedMap.FastSortedSetShort2ShortMap.BuilderCache, Short2ShortMap.Entry, Short2ShortMap.FastEntrySet, Short2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2ShortMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2ShortMap.Entry |
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.
|
Short2ShortNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2ShortNavigableMap |
descendingMap() |
Short2ShortMap.Entry |
firstEntry() |
Short2ShortMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2ShortMap.Entry |
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.
|
Short2ShortNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2ShortNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2ShortMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2ShortMap.Entry |
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.
|
ShortNavigableSet |
keySet() |
Short2ShortMap.Entry |
lastEntry() |
Short2ShortMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2ShortMap.Entry |
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() |
Short2ShortMap.Entry |
pollFirstEntry() |
Short2ShortMap.Entry |
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.
|
Short2ShortNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2ShortNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2ShortNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2ShortNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstKey, firstShortKey, firstShortValue, lastKey, lastShortKey, lastShortValue, pollFirstShortKey, pollLastShortKeyaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, short2ShortEntrySet, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstKey, firstShortKey, firstShortValue, lastKey, lastShortKey, lastShortValue, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, short2ShortEntrySet, subFrom, supplyShortIfAbsentandThen, compose, identitypublic Short2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>descendingMap in interface Short2ShortNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>navigableKeySet in interface Short2ShortNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>descendingKeySet in interface Short2ShortNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Short>keySet in interface Short2ShortMapkeySet in interface Short2ShortNavigableMapkeySet in interface Short2ShortSortedMapkeySet in class Short2ShortMaps.SynchronizedSortedMappublic Short2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>firstEntry in interface Short2ShortNavigableMappublic Short2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>lastEntry in interface Short2ShortNavigableMappublic Short2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>pollFirstEntry in interface Short2ShortNavigableMappublic Short2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>pollLastEntry in interface Short2ShortNavigableMappublic Short2ShortNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2ShortNavigableMapsubMap in interface Short2ShortNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2ShortNavigableMap headMap(short toKey, boolean inclusive)
Short2ShortNavigableMapheadMap in interface Short2ShortNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2ShortNavigableMap tailMap(short fromKey, boolean inclusive)
Short2ShortNavigableMaptailMap in interface Short2ShortNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2ShortNavigableMap subMap(short fromKey, short toKey)
Short2ShortSortedMapsubMap in interface Short2ShortNavigableMapsubMap in interface Short2ShortSortedMapsubMap in class Short2ShortMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2ShortNavigableMap headMap(short toKey)
Short2ShortSortedMapheadMap in interface Short2ShortNavigableMapheadMap in interface Short2ShortSortedMapheadMap in class Short2ShortMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2ShortNavigableMap tailMap(short fromKey)
Short2ShortSortedMaptailMap in interface Short2ShortNavigableMaptailMap in interface Short2ShortSortedMaptailMap in class Short2ShortMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic short lowerKey(short key)
Short2ShortNavigableMaplowerKey in interface Short2ShortNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2ShortNavigableMaphigherKey in interface Short2ShortNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2ShortNavigableMapfloorKey in interface Short2ShortNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2ShortNavigableMapceilingKey in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry lowerEntry(short key)
Short2ShortNavigableMaplowerEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry higherEntry(short key)
Short2ShortNavigableMaphigherEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry floorEntry(short key)
Short2ShortNavigableMapfloorEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry ceilingEntry(short key)
Short2ShortNavigableMapceilingEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortNavigableMap copy()
Short2ShortMapcopy in interface Short2ShortMapcopy in interface Short2ShortNavigableMapcopy in interface Short2ShortSortedMapcopy in class Short2ShortMaps.SynchronizedSortedMap@Deprecated public Short2ShortNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>subMap in interface Short2ShortNavigableMap@Deprecated public Short2ShortNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>headMap in interface Short2ShortNavigableMap@Deprecated public Short2ShortNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>tailMap in interface Short2ShortNavigableMap@Deprecated public Short2ShortNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Short>subMap in interface Short2ShortNavigableMapsubMap in interface Short2ShortSortedMapsubMap in class Short2ShortMaps.SynchronizedSortedMap@Deprecated public Short2ShortNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Short>headMap in interface Short2ShortNavigableMapheadMap in interface Short2ShortSortedMapheadMap in class Short2ShortMaps.SynchronizedSortedMap@Deprecated public Short2ShortNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Short>tailMap in interface Short2ShortNavigableMaptailMap in interface Short2ShortSortedMaptailMap in class Short2ShortMaps.SynchronizedSortedMappublic void setDefaultMaxValue(short e)
Short2ShortNavigableMapsetDefaultMaxValue in interface Short2ShortNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2ShortNavigableMapgetDefaultMaxValue in interface Short2ShortNavigableMappublic void setDefaultMinValue(short e)
Short2ShortNavigableMapsetDefaultMinValue in interface Short2ShortNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2ShortNavigableMapgetDefaultMinValue in interface Short2ShortNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>lowerKey in interface Short2ShortNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>floorKey in interface Short2ShortNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>ceilingKey in interface Short2ShortNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>higherKey in interface Short2ShortNavigableMap@Deprecated public Short2ShortMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>lowerEntry in interface Short2ShortNavigableMap@Deprecated public Short2ShortMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>floorEntry in interface Short2ShortNavigableMap@Deprecated public Short2ShortMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>ceilingEntry in interface Short2ShortNavigableMap@Deprecated public Short2ShortMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>higherEntry in interface Short2ShortNavigableMap