public static class Byte2IntMaps.SynchronizedNavigableMap extends Byte2IntMaps.SynchronizedSortedMap implements Byte2IntNavigableMap
AbstractByte2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2IntSortedMap.FastSortedSetByte2IntMap.BuilderCache, Byte2IntMap.Entry, Byte2IntMap.FastEntrySet, Byte2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2IntMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2IntMap.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.
|
Byte2IntNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2IntNavigableMap |
descendingMap() |
Byte2IntMap.Entry |
firstEntry() |
Byte2IntMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2IntMap.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.
|
Byte2IntNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2IntNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2IntNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2IntNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2IntMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2IntMap.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() |
Byte2IntMap.Entry |
lastEntry() |
Byte2IntMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2IntMap.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() |
Byte2IntMap.Entry |
pollFirstEntry() |
Byte2IntMap.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.
|
Byte2IntNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2IntNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2IntNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2IntNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2IntNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2IntNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2IntNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2IntNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstIntValue, firstKey, lastByteKey, lastIntValue, lastKey, pollFirstByteKey, pollLastByteKeyaddTo, addToAll, byte2IntEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteKey, firstIntValue, firstKey, lastByteKey, lastIntValue, lastKey, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, applyAsInt, builder, byte2IntEntrySet, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic Byte2IntNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>descendingMap in interface Byte2IntNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>navigableKeySet in interface Byte2IntNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>descendingKeySet in interface Byte2IntNavigableMappublic ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Integer>keySet in interface Byte2IntMapkeySet in interface Byte2IntNavigableMapkeySet in interface Byte2IntSortedMapkeySet in class Byte2IntMaps.SynchronizedSortedMappublic Byte2IntMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>firstEntry in interface Byte2IntNavigableMappublic Byte2IntMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>lastEntry in interface Byte2IntNavigableMappublic Byte2IntMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>pollFirstEntry in interface Byte2IntNavigableMappublic Byte2IntMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>pollLastEntry in interface Byte2IntNavigableMappublic Byte2IntNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2IntNavigableMapsubMap in interface Byte2IntNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2IntNavigableMap headMap(byte toKey, boolean inclusive)
Byte2IntNavigableMapheadMap in interface Byte2IntNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2IntNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2IntNavigableMaptailMap in interface Byte2IntNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2IntNavigableMap subMap(byte fromKey, byte toKey)
Byte2IntSortedMapsubMap in interface Byte2IntNavigableMapsubMap in interface Byte2IntSortedMapsubMap in class Byte2IntMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2IntNavigableMap headMap(byte toKey)
Byte2IntSortedMapheadMap in interface Byte2IntNavigableMapheadMap in interface Byte2IntSortedMapheadMap in class Byte2IntMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2IntNavigableMap tailMap(byte fromKey)
Byte2IntSortedMaptailMap in interface Byte2IntNavigableMaptailMap in interface Byte2IntSortedMaptailMap in class Byte2IntMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2IntNavigableMaplowerKey in interface Byte2IntNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2IntNavigableMaphigherKey in interface Byte2IntNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2IntNavigableMapfloorKey in interface Byte2IntNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2IntNavigableMapceilingKey in interface Byte2IntNavigableMapkey - that should be compared with.public Byte2IntMap.Entry lowerEntry(byte key)
Byte2IntNavigableMaplowerEntry in interface Byte2IntNavigableMapkey - that should be compared with.public Byte2IntMap.Entry higherEntry(byte key)
Byte2IntNavigableMaphigherEntry in interface Byte2IntNavigableMapkey - that should be compared with.public Byte2IntMap.Entry floorEntry(byte key)
Byte2IntNavigableMapfloorEntry in interface Byte2IntNavigableMapkey - that should be compared with.public Byte2IntMap.Entry ceilingEntry(byte key)
Byte2IntNavigableMapceilingEntry in interface Byte2IntNavigableMapkey - that should be compared with.public Byte2IntNavigableMap copy()
Byte2IntMapcopy in interface Byte2IntMapcopy in interface Byte2IntNavigableMapcopy in interface Byte2IntSortedMapcopy in class Byte2IntMaps.SynchronizedSortedMap@Deprecated public Byte2IntNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>subMap in interface Byte2IntNavigableMap@Deprecated public Byte2IntNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>headMap in interface Byte2IntNavigableMap@Deprecated public Byte2IntNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>tailMap in interface Byte2IntNavigableMap@Deprecated public Byte2IntNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Integer>subMap in interface Byte2IntNavigableMapsubMap in interface Byte2IntSortedMapsubMap in class Byte2IntMaps.SynchronizedSortedMap@Deprecated public Byte2IntNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Integer>headMap in interface Byte2IntNavigableMapheadMap in interface Byte2IntSortedMapheadMap in class Byte2IntMaps.SynchronizedSortedMap@Deprecated public Byte2IntNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Integer>tailMap in interface Byte2IntNavigableMaptailMap in interface Byte2IntSortedMaptailMap in class Byte2IntMaps.SynchronizedSortedMappublic void setDefaultMaxValue(byte e)
Byte2IntNavigableMapsetDefaultMaxValue in interface Byte2IntNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2IntNavigableMapgetDefaultMaxValue in interface Byte2IntNavigableMappublic void setDefaultMinValue(byte e)
Byte2IntNavigableMapsetDefaultMinValue in interface Byte2IntNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2IntNavigableMapgetDefaultMinValue in interface Byte2IntNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>lowerKey in interface Byte2IntNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>floorKey in interface Byte2IntNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>ceilingKey in interface Byte2IntNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>higherKey in interface Byte2IntNavigableMap@Deprecated public Byte2IntMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>lowerEntry in interface Byte2IntNavigableMap@Deprecated public Byte2IntMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>floorEntry in interface Byte2IntNavigableMap@Deprecated public Byte2IntMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>ceilingEntry in interface Byte2IntNavigableMap@Deprecated public Byte2IntMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Integer>higherEntry in interface Byte2IntNavigableMap