public static class Byte2ShortMaps.SynchronizedNavigableMap extends Byte2ShortMaps.SynchronizedSortedMap implements Byte2ShortNavigableMap
AbstractByte2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2ShortSortedMap.FastSortedSetByte2ShortMap.BuilderCache, Byte2ShortMap.Entry, Byte2ShortMap.FastEntrySet, Byte2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2ShortMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2ShortMap.Entry |
ceilingEntry(java.lang.Byte key)
Deprecated.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Byte |
ceilingKey(java.lang.Byte key)
Deprecated.
|
Byte2ShortNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2ShortNavigableMap |
descendingMap() |
Byte2ShortMap.Entry |
firstEntry() |
Byte2ShortMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2ShortMap.Entry |
floorEntry(java.lang.Byte key)
Deprecated.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Byte |
floorKey(java.lang.Byte key)
Deprecated.
|
byte |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
byte |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Byte2ShortNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ShortNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2ShortNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ShortNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2ShortMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2ShortMap.Entry |
higherEntry(java.lang.Byte key)
Deprecated.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Byte |
higherKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
keySet() |
Byte2ShortMap.Entry |
lastEntry() |
Byte2ShortMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2ShortMap.Entry |
lowerEntry(java.lang.Byte key)
Deprecated.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Byte |
lowerKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
navigableKeySet() |
Byte2ShortMap.Entry |
pollFirstEntry() |
Byte2ShortMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(byte e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(byte e)
A Helper method to set the min value for SubMaps.
|
Byte2ShortNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ShortNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2ShortNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ShortNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2ShortNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ShortNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2ShortNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ShortNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstKey, firstShortValue, lastByteKey, lastKey, lastShortValue, pollFirstByteKey, pollLastByteKeyaddTo, addToAll, byte2ShortEntrySet, 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, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteKey, firstKey, firstShortValue, lastByteKey, lastKey, lastShortValue, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, builder, byte2ShortEntrySet, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic Byte2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>descendingMap in interface Byte2ShortNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>navigableKeySet in interface Byte2ShortNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>descendingKeySet in interface Byte2ShortNavigableMappublic ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>keySet in interface Byte2ShortMapkeySet in interface Byte2ShortNavigableMapkeySet in interface Byte2ShortSortedMapkeySet in class Byte2ShortMaps.SynchronizedSortedMappublic Byte2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>firstEntry in interface Byte2ShortNavigableMappublic Byte2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>lastEntry in interface Byte2ShortNavigableMappublic Byte2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>pollFirstEntry in interface Byte2ShortNavigableMappublic Byte2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>pollLastEntry in interface Byte2ShortNavigableMappublic Byte2ShortNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2ShortNavigableMapsubMap in interface Byte2ShortNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2ShortNavigableMap headMap(byte toKey, boolean inclusive)
Byte2ShortNavigableMapheadMap in interface Byte2ShortNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2ShortNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2ShortNavigableMaptailMap in interface Byte2ShortNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2ShortNavigableMap subMap(byte fromKey, byte toKey)
Byte2ShortSortedMapsubMap in interface Byte2ShortNavigableMapsubMap in interface Byte2ShortSortedMapsubMap in class Byte2ShortMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2ShortNavigableMap headMap(byte toKey)
Byte2ShortSortedMapheadMap in interface Byte2ShortNavigableMapheadMap in interface Byte2ShortSortedMapheadMap in class Byte2ShortMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2ShortNavigableMap tailMap(byte fromKey)
Byte2ShortSortedMaptailMap in interface Byte2ShortNavigableMaptailMap in interface Byte2ShortSortedMaptailMap in class Byte2ShortMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2ShortNavigableMaplowerKey in interface Byte2ShortNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2ShortNavigableMaphigherKey in interface Byte2ShortNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2ShortNavigableMapfloorKey in interface Byte2ShortNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2ShortNavigableMapceilingKey in interface Byte2ShortNavigableMapkey - that should be compared with.public Byte2ShortMap.Entry lowerEntry(byte key)
Byte2ShortNavigableMaplowerEntry in interface Byte2ShortNavigableMapkey - that should be compared with.public Byte2ShortMap.Entry higherEntry(byte key)
Byte2ShortNavigableMaphigherEntry in interface Byte2ShortNavigableMapkey - that should be compared with.public Byte2ShortMap.Entry floorEntry(byte key)
Byte2ShortNavigableMapfloorEntry in interface Byte2ShortNavigableMapkey - that should be compared with.public Byte2ShortMap.Entry ceilingEntry(byte key)
Byte2ShortNavigableMapceilingEntry in interface Byte2ShortNavigableMapkey - that should be compared with.public Byte2ShortNavigableMap copy()
Byte2ShortMapcopy in interface Byte2ShortMapcopy in interface Byte2ShortNavigableMapcopy in interface Byte2ShortSortedMapcopy in class Byte2ShortMaps.SynchronizedSortedMap@Deprecated public Byte2ShortNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>subMap in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>headMap in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>tailMap in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>subMap in interface Byte2ShortNavigableMapsubMap in interface Byte2ShortSortedMapsubMap in class Byte2ShortMaps.SynchronizedSortedMap@Deprecated public Byte2ShortNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>headMap in interface Byte2ShortNavigableMapheadMap in interface Byte2ShortSortedMapheadMap in class Byte2ShortMaps.SynchronizedSortedMap@Deprecated public Byte2ShortNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>tailMap in interface Byte2ShortNavigableMaptailMap in interface Byte2ShortSortedMaptailMap in class Byte2ShortMaps.SynchronizedSortedMappublic void setDefaultMaxValue(byte e)
Byte2ShortNavigableMapsetDefaultMaxValue in interface Byte2ShortNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2ShortNavigableMapgetDefaultMaxValue in interface Byte2ShortNavigableMappublic void setDefaultMinValue(byte e)
Byte2ShortNavigableMapsetDefaultMinValue in interface Byte2ShortNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2ShortNavigableMapgetDefaultMinValue in interface Byte2ShortNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>lowerKey in interface Byte2ShortNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>floorKey in interface Byte2ShortNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>ceilingKey in interface Byte2ShortNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>higherKey in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>lowerEntry in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>floorEntry in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>ceilingEntry in interface Byte2ShortNavigableMap@Deprecated public Byte2ShortMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Short>higherEntry in interface Byte2ShortNavigableMap