public static class Byte2CharMaps.SynchronizedNavigableMap extends Byte2CharMaps.SynchronizedSortedMap implements Byte2CharNavigableMap
AbstractByte2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2CharSortedMap.FastSortedSetByte2CharMap.BuilderCache, Byte2CharMap.Entry, Byte2CharMap.FastEntrySet, Byte2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2CharMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2CharMap.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.
|
Byte2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2CharNavigableMap |
descendingMap() |
Byte2CharMap.Entry |
firstEntry() |
Byte2CharMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2CharMap.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.
|
Byte2CharNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2CharNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2CharMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2CharMap.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() |
Byte2CharMap.Entry |
lastEntry() |
Byte2CharMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2CharMap.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() |
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(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2CharNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2CharNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2CharNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2CharNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstCharValue, firstKey, lastByteKey, lastCharValue, lastKey, pollFirstByteKey, pollLastByteKeyaddTo, addToAll, byte2CharEntrySet, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteKey, firstCharValue, firstKey, lastByteKey, lastCharValue, lastKey, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, builder, byte2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentpublic 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 ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>keySet in interface Byte2CharMapkeySet in interface Byte2CharNavigableMapkeySet in interface Byte2CharSortedMapkeySet in class Byte2CharMaps.SynchronizedSortedMappublic 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2CharNavigableMap headMap(byte toKey)
Byte2CharSortedMapheadMap in interface Byte2CharNavigableMapheadMap in interface Byte2CharSortedMapheadMap in class Byte2CharMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2CharNavigableMap tailMap(byte fromKey)
Byte2CharSortedMaptailMap in interface Byte2CharNavigableMaptailMap in interface Byte2CharSortedMaptailMap in class Byte2CharMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.public Byte2CharNavigableMap copy()
Byte2CharMapcopy in interface Byte2CharMapcopy in interface Byte2CharNavigableMapcopy in interface Byte2CharSortedMapcopy in class Byte2CharMaps.SynchronizedSortedMap@Deprecated public 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>subMap in interface Byte2CharNavigableMap@Deprecated public Byte2CharNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>headMap in interface Byte2CharNavigableMap@Deprecated public Byte2CharNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>tailMap in interface Byte2CharNavigableMap@Deprecated public Byte2CharNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>subMap in interface Byte2CharNavigableMapsubMap in interface Byte2CharSortedMapsubMap in class Byte2CharMaps.SynchronizedSortedMap@Deprecated public Byte2CharNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>headMap in interface Byte2CharNavigableMapheadMap in interface Byte2CharSortedMapheadMap in class Byte2CharMaps.SynchronizedSortedMap@Deprecated public Byte2CharNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Character>tailMap in interface Byte2CharNavigableMaptailMap in interface Byte2CharSortedMaptailMap in class Byte2CharMaps.SynchronizedSortedMappublic 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 Byte2CharNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>lowerKey in interface Byte2CharNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>floorKey in interface Byte2CharNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>ceilingKey in interface Byte2CharNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>higherKey in interface Byte2CharNavigableMap@Deprecated public Byte2CharMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>lowerEntry in interface Byte2CharNavigableMap@Deprecated public Byte2CharMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>floorEntry in interface Byte2CharNavigableMap@Deprecated public Byte2CharMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>ceilingEntry in interface Byte2CharNavigableMap@Deprecated public Byte2CharMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Character>higherEntry in interface Byte2CharNavigableMap