public static class Byte2CharMaps.UnmodifyableNavigableMap extends Byte2CharMaps.UnmodifyableSortedMap implements Byte2CharNavigableMap
AbstractByte2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>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.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
ByteNavigableSet |
descendingKeySet() |
Byte2CharNavigableMap |
descendingMap() |
Byte2CharMap.Entry |
firstEntry() |
Byte2CharMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
byte |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
byte |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Byte2CharNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2CharMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Byte2CharMap.Entry |
lastEntry() |
Byte2CharMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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
|
Byte2CharNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteKey, firstCharValue, getAndMoveToFirst, getAndMoveToLast, lastByteKey, lastCharValue, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLastaddTo, byte2CharEntrySet, getChar, getOrDefault, keySet, put, putIfAbsent, remByte, remByteOrDefault, remove, valuesaddToAll, computeChar, computeCharIfAbsent, computeCharIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllChar, mergeChar, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceChars, replaceChars, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, 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, setDefaultReturnValuepublic Byte2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>descendingMap in interface Byte2CharNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>navigableKeySet in interface Byte2CharNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>descendingKeySet in interface Byte2CharNavigableMappublic Byte2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>firstEntry in interface Byte2CharNavigableMappublic Byte2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>lastEntry in interface Byte2CharNavigableMappublic Byte2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>pollFirstEntry in interface Byte2CharNavigableMappublic Byte2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>pollLastEntry in interface Byte2CharNavigableMappublic Byte2CharNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2CharNavigableMapsubMap in interface Byte2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2CharNavigableMap headMap(byte toKey, boolean inclusive)
Byte2CharNavigableMapheadMap in interface Byte2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2CharNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2CharNavigableMaptailMap in interface Byte2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2CharNavigableMap subMap(byte fromKey, byte toKey)
Byte2CharSortedMapsubMap in interface Byte2CharNavigableMapsubMap in interface Byte2CharSortedMapsubMap in class Byte2CharMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2CharNavigableMap headMap(byte toKey)
Byte2CharSortedMapheadMap in interface Byte2CharNavigableMapheadMap in interface Byte2CharSortedMapheadMap in class Byte2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Byte2CharNavigableMap tailMap(byte fromKey)
Byte2CharSortedMaptailMap in interface Byte2CharNavigableMaptailMap in interface Byte2CharSortedMaptailMap in class Byte2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(byte e)
Byte2CharNavigableMapsetDefaultMaxValue in interface Byte2CharNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2CharNavigableMapgetDefaultMaxValue in interface Byte2CharNavigableMappublic void setDefaultMinValue(byte e)
Byte2CharNavigableMapsetDefaultMinValue in interface Byte2CharNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2CharNavigableMapgetDefaultMinValue in interface Byte2CharNavigableMappublic byte lowerKey(byte key)
Byte2CharNavigableMaplowerKey in interface Byte2CharNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2CharNavigableMaphigherKey in interface Byte2CharNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2CharNavigableMapfloorKey in interface Byte2CharNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2CharNavigableMapceilingKey in interface Byte2CharNavigableMapkey - that should be compared with.public Byte2CharMap.Entry lowerEntry(byte key)
Byte2CharNavigableMaplowerEntry in interface Byte2CharNavigableMapkey - that should be compared with.public Byte2CharMap.Entry higherEntry(byte key)
Byte2CharNavigableMaphigherEntry in interface Byte2CharNavigableMapkey - that should be compared with.public Byte2CharMap.Entry floorEntry(byte key)
Byte2CharNavigableMapfloorEntry in interface Byte2CharNavigableMapkey - that should be compared with.public Byte2CharMap.Entry ceilingEntry(byte key)
Byte2CharNavigableMapceilingEntry in interface Byte2CharNavigableMapkey - that should be compared with.