public interface Short2ByteNavigableMap extends Short2ByteSortedMap, java.util.NavigableMap<java.lang.Short,java.lang.Byte>
Short2ByteSortedMap.FastSortedSetShort2ByteMap.Entry, Short2ByteMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Short2ByteMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Short2ByteMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
descendingKeySet() |
Short2ByteNavigableMap |
descendingMap() |
Short2ByteMap.Entry |
firstEntry() |
Short2ByteMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Short2ByteMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Short2ByteNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Short2ByteNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2ByteNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Short2ByteNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2ByteMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Short2ByteMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
Short2ByteMap.Entry |
lastEntry() |
Short2ByteMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Short2ByteMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2ByteMap.Entry |
pollFirstEntry() |
Short2ByteMap.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.
|
Short2ByteNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Short2ByteNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
default Short2ByteNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Short2ByteNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
default Short2ByteNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Short2ByteNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2ByteNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Short2ByteNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteValue, firstKey, firstShortKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastByteValue, lastKey, lastShortKey, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getByte, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, short2ByteEntrySetShort2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>Short2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>Short2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>Short2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>Short2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>Short2ByteNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notShort2ByteNavigableMap headMap(short toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notShort2ByteNavigableMap tailMap(short fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Short2ByteNavigableMap subMap(short fromKey, short toKey)
Short2ByteSortedMapsubMap in interface Short2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Short2ByteNavigableMap headMap(short toKey)
Short2ByteSortedMapheadMap in interface Short2ByteSortedMaptoKey - where the headMap should enddefault Short2ByteNavigableMap tailMap(short fromKey)
Short2ByteSortedMaptailMap in interface Short2ByteSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(short e)
e - the new max valueshort getDefaultMaxValue()
void setDefaultMinValue(short e)
e - the new min valueshort getDefaultMinValue()
short lowerKey(short key)
key - that should be compared with.short higherKey(short key)
key - that should be compared with.short floorKey(short key)
key - that should be compared with.short ceilingKey(short key)
key - that should be compared with.Short2ByteMap.Entry lowerEntry(short key)
key - that should be compared with.Short2ByteMap.Entry higherEntry(short key)
key - that should be compared with.Short2ByteMap.Entry floorEntry(short key)
key - that should be compared with.Short2ByteMap.Entry ceilingEntry(short key)
key - that should be compared with.@Deprecated default java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>subMap in interface Short2ByteSortedMapsubMap in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>headMap in interface Short2ByteSortedMapheadMap in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>@Deprecated default Short2ByteNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>tailMap in interface Short2ByteSortedMaptailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>