public static class Char2ByteMaps.SynchronizedNavigableMap extends Char2ByteMaps.SynchronizedSortedMap implements Char2ByteNavigableMap
AbstractChar2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2ByteSortedMap.FastSortedSetChar2ByteMap.BuilderCache, Char2ByteMap.Entry, Char2ByteMap.FastEntrySet, Char2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Char2ByteMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Char2ByteMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
Char2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
CharNavigableSet |
descendingKeySet() |
Char2ByteNavigableMap |
descendingMap() |
Char2ByteMap.Entry |
firstEntry() |
Char2ByteMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Char2ByteMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Character |
floorKey(java.lang.Character key)
Deprecated.
|
char |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
char |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Char2ByteNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ByteNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
Char2ByteNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
Char2ByteNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ByteMap.Entry |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Char2ByteMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
keySet() |
Char2ByteMap.Entry |
lastEntry() |
Char2ByteMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2ByteMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Character |
lowerKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
navigableKeySet() |
Char2ByteMap.Entry |
pollFirstEntry() |
Char2ByteMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(char e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(char e)
A Helper method to set the min value for SubMaps.
|
Char2ByteNavigableMap |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2ByteNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2ByteNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ByteNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ByteNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2ByteNavigableMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
Char2ByteNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2ByteNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteValue, firstCharKey, firstKey, lastByteValue, lastCharKey, lastKey, pollFirstCharKey, pollLastCharKeyaddTo, addToAll, char2ByteEntrySet, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteValue, firstCharKey, firstKey, lastByteValue, lastCharKey, lastKey, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, builder, char2ByteEntrySet, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic Char2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>descendingMap in interface Char2ByteNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>navigableKeySet in interface Char2ByteNavigableMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>descendingKeySet in interface Char2ByteNavigableMappublic CharNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Byte>keySet in interface Char2ByteMapkeySet in interface Char2ByteNavigableMapkeySet in interface Char2ByteSortedMapkeySet in class Char2ByteMaps.SynchronizedSortedMappublic Char2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>firstEntry in interface Char2ByteNavigableMappublic Char2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>lastEntry in interface Char2ByteNavigableMappublic Char2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>pollFirstEntry in interface Char2ByteNavigableMappublic Char2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>pollLastEntry in interface Char2ByteNavigableMappublic Char2ByteNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2ByteNavigableMapsubMap in interface Char2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2ByteNavigableMap headMap(char toKey, boolean inclusive)
Char2ByteNavigableMapheadMap in interface Char2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2ByteNavigableMap tailMap(char fromKey, boolean inclusive)
Char2ByteNavigableMaptailMap in interface Char2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2ByteNavigableMap subMap(char fromKey, char toKey)
Char2ByteSortedMapsubMap in interface Char2ByteNavigableMapsubMap in interface Char2ByteSortedMapsubMap in class Char2ByteMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2ByteNavigableMap headMap(char toKey)
Char2ByteSortedMapheadMap in interface Char2ByteNavigableMapheadMap in interface Char2ByteSortedMapheadMap in class Char2ByteMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Char2ByteNavigableMap tailMap(char fromKey)
Char2ByteSortedMaptailMap in interface Char2ByteNavigableMaptailMap in interface Char2ByteSortedMaptailMap in class Char2ByteMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic char lowerKey(char key)
Char2ByteNavigableMaplowerKey in interface Char2ByteNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2ByteNavigableMaphigherKey in interface Char2ByteNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2ByteNavigableMapfloorKey in interface Char2ByteNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2ByteNavigableMapceilingKey in interface Char2ByteNavigableMapkey - that should be compared with.public Char2ByteMap.Entry lowerEntry(char key)
Char2ByteNavigableMaplowerEntry in interface Char2ByteNavigableMapkey - that should be compared with.public Char2ByteMap.Entry higherEntry(char key)
Char2ByteNavigableMaphigherEntry in interface Char2ByteNavigableMapkey - that should be compared with.public Char2ByteMap.Entry floorEntry(char key)
Char2ByteNavigableMapfloorEntry in interface Char2ByteNavigableMapkey - that should be compared with.public Char2ByteMap.Entry ceilingEntry(char key)
Char2ByteNavigableMapceilingEntry in interface Char2ByteNavigableMapkey - that should be compared with.public Char2ByteNavigableMap copy()
Char2ByteMapcopy in interface Char2ByteMapcopy in interface Char2ByteNavigableMapcopy in interface Char2ByteSortedMapcopy in class Char2ByteMaps.SynchronizedSortedMap@Deprecated public Char2ByteNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>subMap in interface Char2ByteNavigableMap@Deprecated public Char2ByteNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>headMap in interface Char2ByteNavigableMap@Deprecated public Char2ByteNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>tailMap in interface Char2ByteNavigableMap@Deprecated public Char2ByteNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Byte>subMap in interface Char2ByteNavigableMapsubMap in interface Char2ByteSortedMapsubMap in class Char2ByteMaps.SynchronizedSortedMap@Deprecated public Char2ByteNavigableMap headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Byte>headMap in interface Char2ByteNavigableMapheadMap in interface Char2ByteSortedMapheadMap in class Char2ByteMaps.SynchronizedSortedMap@Deprecated public Char2ByteNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Byte>tailMap in interface Char2ByteNavigableMaptailMap in interface Char2ByteSortedMaptailMap in class Char2ByteMaps.SynchronizedSortedMappublic void setDefaultMaxValue(char e)
Char2ByteNavigableMapsetDefaultMaxValue in interface Char2ByteNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2ByteNavigableMapgetDefaultMaxValue in interface Char2ByteNavigableMappublic void setDefaultMinValue(char e)
Char2ByteNavigableMapsetDefaultMinValue in interface Char2ByteNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2ByteNavigableMapgetDefaultMinValue in interface Char2ByteNavigableMap@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>lowerKey in interface Char2ByteNavigableMap@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>floorKey in interface Char2ByteNavigableMap@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>ceilingKey in interface Char2ByteNavigableMap@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>higherKey in interface Char2ByteNavigableMap@Deprecated public Char2ByteMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>lowerEntry in interface Char2ByteNavigableMap@Deprecated public Char2ByteMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>floorEntry in interface Char2ByteNavigableMap@Deprecated public Char2ByteMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>ceilingEntry in interface Char2ByteNavigableMap@Deprecated public Char2ByteMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Byte>higherEntry in interface Char2ByteNavigableMap