public static class Short2ByteMaps.SynchronizedNavigableMap extends Short2ByteMaps.SynchronizedSortedMap implements Short2ByteNavigableMap
AbstractShort2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2ByteSortedMap.FastSortedSetShort2ByteMap.BuilderCache, Short2ByteMap.Entry, Short2ByteMap.FastEntrySet, Short2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2ByteMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2ByteMap.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.
|
Short2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2ByteNavigableMap |
descendingMap() |
Short2ByteMap.Entry |
firstEntry() |
Short2ByteMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2ByteMap.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.
|
Short2ByteNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2ByteNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2ByteMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2ByteMap.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() |
Short2ByteMap.Entry |
lastEntry() |
Short2ByteMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2ByteMap.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() |
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
|
Short2ByteNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2ByteNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2ByteNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2ByteNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteValue, firstKey, firstShortKey, lastByteValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, short2ByteEntrySet, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteValue, firstKey, firstShortKey, lastByteValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, short2ByteEntrySet, subFrom, supplyByteIfAbsentpublic Short2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>descendingMap in interface Short2ByteNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>navigableKeySet in interface Short2ByteNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>descendingKeySet in interface Short2ByteNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>keySet in interface Short2ByteMapkeySet in interface Short2ByteNavigableMapkeySet in interface Short2ByteSortedMapkeySet in class Short2ByteMaps.SynchronizedSortedMappublic Short2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>firstEntry in interface Short2ByteNavigableMappublic Short2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>lastEntry in interface Short2ByteNavigableMappublic Short2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>pollFirstEntry in interface Short2ByteNavigableMappublic Short2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>pollLastEntry in interface Short2ByteNavigableMappublic Short2ByteNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2ByteNavigableMapsubMap in interface Short2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2ByteNavigableMap headMap(short toKey, boolean inclusive)
Short2ByteNavigableMapheadMap in interface Short2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2ByteNavigableMap tailMap(short fromKey, boolean inclusive)
Short2ByteNavigableMaptailMap in interface Short2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2ByteNavigableMap subMap(short fromKey, short toKey)
Short2ByteSortedMapsubMap in interface Short2ByteNavigableMapsubMap in interface Short2ByteSortedMapsubMap in class Short2ByteMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2ByteNavigableMap headMap(short toKey)
Short2ByteSortedMapheadMap in interface Short2ByteNavigableMapheadMap in interface Short2ByteSortedMapheadMap in class Short2ByteMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2ByteNavigableMap tailMap(short fromKey)
Short2ByteSortedMaptailMap in interface Short2ByteNavigableMaptailMap in interface Short2ByteSortedMaptailMap in class Short2ByteMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic short lowerKey(short key)
Short2ByteNavigableMaplowerKey in interface Short2ByteNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2ByteNavigableMaphigherKey in interface Short2ByteNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2ByteNavigableMapfloorKey in interface Short2ByteNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2ByteNavigableMapceilingKey in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry lowerEntry(short key)
Short2ByteNavigableMaplowerEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry higherEntry(short key)
Short2ByteNavigableMaphigherEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry floorEntry(short key)
Short2ByteNavigableMapfloorEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry ceilingEntry(short key)
Short2ByteNavigableMapceilingEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteNavigableMap copy()
Short2ByteMapcopy in interface Short2ByteMapcopy in interface Short2ByteNavigableMapcopy in interface Short2ByteSortedMapcopy in class Short2ByteMaps.SynchronizedSortedMap@Deprecated public 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>subMap in interface Short2ByteNavigableMap@Deprecated public Short2ByteNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>headMap in interface Short2ByteNavigableMap@Deprecated public Short2ByteNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>tailMap in interface Short2ByteNavigableMap@Deprecated public 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 java.util.SortedMap<java.lang.Short,java.lang.Byte>subMap in interface Short2ByteNavigableMapsubMap in interface Short2ByteSortedMapsubMap in class Short2ByteMaps.SynchronizedSortedMap@Deprecated public Short2ByteNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>headMap in interface Short2ByteNavigableMapheadMap in interface Short2ByteSortedMapheadMap in class Short2ByteMaps.SynchronizedSortedMap@Deprecated public Short2ByteNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>tailMap in interface Short2ByteNavigableMaptailMap in interface Short2ByteSortedMaptailMap in class Short2ByteMaps.SynchronizedSortedMappublic void setDefaultMaxValue(short e)
Short2ByteNavigableMapsetDefaultMaxValue in interface Short2ByteNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2ByteNavigableMapgetDefaultMaxValue in interface Short2ByteNavigableMappublic void setDefaultMinValue(short e)
Short2ByteNavigableMapsetDefaultMinValue in interface Short2ByteNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2ByteNavigableMapgetDefaultMinValue in interface Short2ByteNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>lowerKey in interface Short2ByteNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>floorKey in interface Short2ByteNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>ceilingKey in interface Short2ByteNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>higherKey in interface Short2ByteNavigableMap@Deprecated public Short2ByteMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>lowerEntry in interface Short2ByteNavigableMap@Deprecated public Short2ByteMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>floorEntry in interface Short2ByteNavigableMap@Deprecated public Short2ByteMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>ceilingEntry in interface Short2ByteNavigableMap@Deprecated public Short2ByteMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>higherEntry in interface Short2ByteNavigableMap