public interface Byte2CharNavigableMap extends Byte2CharSortedMap, java.util.NavigableMap<java.lang.Byte,java.lang.Character>
Byte2CharSortedMap.FastSortedSetByte2CharMap.Entry, Byte2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Byte2CharMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Byte2CharMap.Entry |
ceilingEntry(java.lang.Byte key)
Deprecated.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Byte |
ceilingKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
descendingKeySet() |
Byte2CharNavigableMap |
descendingMap() |
Byte2CharMap.Entry |
firstEntry() |
Byte2CharMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Byte2CharMap.Entry |
floorEntry(java.lang.Byte key)
Deprecated.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Byte2CharNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Byte2CharNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2CharNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Byte2CharNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2CharMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Byte2CharMap.Entry |
higherEntry(java.lang.Byte key)
Deprecated.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Byte |
higherKey(java.lang.Byte key)
Deprecated.
|
Byte2CharMap.Entry |
lastEntry() |
Byte2CharMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Byte2CharMap.Entry |
lowerEntry(java.lang.Byte key)
Deprecated.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Byte |
lowerKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
navigableKeySet() |
Byte2CharMap.Entry |
pollFirstEntry() |
Byte2CharMap.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.
|
Byte2CharNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Byte2CharNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
default Byte2CharNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Byte2CharNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
default Byte2CharNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Byte2CharNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2CharNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Byte2CharNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstCharValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastByteKey, lastCharValue, lastKey, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, byte2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValueByte2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>Byte2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>Byte2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>Byte2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>Byte2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>Byte2CharNavigableMap subMap(byte fromKey, boolean fromInclusive, byte 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 notByte2CharNavigableMap headMap(byte toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notByte2CharNavigableMap tailMap(byte fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Byte2CharNavigableMap subMap(byte fromKey, byte toKey)
Byte2CharSortedMapsubMap in interface Byte2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Byte2CharNavigableMap headMap(byte toKey)
Byte2CharSortedMapheadMap in interface Byte2CharSortedMaptoKey - where the headMap should enddefault Byte2CharNavigableMap tailMap(byte fromKey)
Byte2CharSortedMaptailMap in interface Byte2CharSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(byte e)
e - the new max valuebyte getDefaultMaxValue()
void setDefaultMinValue(byte e)
e - the new min valuebyte getDefaultMinValue()
byte lowerKey(byte key)
key - that should be compared with.byte higherKey(byte key)
key - that should be compared with.byte floorKey(byte key)
key - that should be compared with.byte ceilingKey(byte key)
key - that should be compared with.Byte2CharMap.Entry lowerEntry(byte key)
key - that should be compared with.Byte2CharMap.Entry higherEntry(byte key)
key - that should be compared with.Byte2CharMap.Entry floorEntry(byte key)
key - that should be compared with.Byte2CharMap.Entry ceilingEntry(byte key)
key - that should be compared with.@Deprecated default java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface Byte2CharSortedMapsubMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharNavigableMap headMap(java.lang.Byte toKey)
headMap in interface Byte2CharSortedMapheadMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>@Deprecated default Byte2CharNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface Byte2CharSortedMaptailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>