V - the type of elements maintained by this Collectionpublic interface Char2ObjectNavigableMap<V> extends Char2ObjectSortedMap<V>, java.util.NavigableMap<java.lang.Character,V>
Char2ObjectSortedMap.FastSortedSet<V>Char2ObjectMap.Entry<V>, Char2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Char2ObjectMap.Entry<V> |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Char2ObjectMap.Entry<V> |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
descendingKeySet() |
Char2ObjectNavigableMap<V> |
descendingMap() |
Char2ObjectMap.Entry<V> |
firstEntry() |
Char2ObjectMap.Entry<V> |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Char2ObjectMap.Entry<V> |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2ObjectNavigableMap<V> |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Char2ObjectNavigableMap<V> |
headMap(java.lang.Character toKey)
Deprecated.
|
default Char2ObjectNavigableMap<V> |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
Char2ObjectNavigableMap<V> |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ObjectMap.Entry<V> |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Char2ObjectMap.Entry<V> |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
Char2ObjectMap.Entry<V> |
lastEntry() |
Char2ObjectMap.Entry<V> |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Char2ObjectMap.Entry<V> |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Character |
lowerKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
navigableKeySet() |
Char2ObjectMap.Entry<V> |
pollFirstEntry() |
Char2ObjectMap.Entry<V> |
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.
|
default Char2ObjectNavigableMap<V> |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
default Char2ObjectNavigableMap<V> |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2ObjectNavigableMap<V> |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Char2ObjectNavigableMap<V> |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Char2ObjectNavigableMap<V> |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2ObjectNavigableMap<V> |
tailMap(java.lang.Character fromKey)
Deprecated.
|
default Char2ObjectNavigableMap<V> |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2ObjectNavigableMap<V> |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valueschar2ObjectEntrySet, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValueChar2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,V>CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,V>CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,V>Char2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,V>Char2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,V>Char2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,V>Char2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,V>Char2ObjectNavigableMap<V> subMap(char fromKey, boolean fromInclusive, char 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 notChar2ObjectNavigableMap<V> headMap(char toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notChar2ObjectNavigableMap<V> tailMap(char fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Char2ObjectNavigableMap<V> subMap(char fromKey, char toKey)
Char2ObjectSortedMapsubMap in interface Char2ObjectSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should enddefault Char2ObjectNavigableMap<V> headMap(char toKey)
Char2ObjectSortedMapheadMap in interface Char2ObjectSortedMap<V>toKey - where the headMap should enddefault Char2ObjectNavigableMap<V> tailMap(char fromKey)
Char2ObjectSortedMaptailMap in interface Char2ObjectSortedMap<V>fromKey - where the TailMap should startvoid setDefaultMaxValue(char e)
e - the new max valuechar getDefaultMaxValue()
void setDefaultMinValue(char e)
e - the new min valuechar getDefaultMinValue()
char lowerKey(char key)
key - that should be compared with.char higherKey(char key)
key - that should be compared with.char floorKey(char key)
key - that should be compared with.char ceilingKey(char key)
key - that should be compared with.Char2ObjectMap.Entry<V> lowerEntry(char key)
key - that should be compared with.Char2ObjectMap.Entry<V> higherEntry(char key)
key - that should be compared with.Char2ObjectMap.Entry<V> floorEntry(char key)
key - that should be compared with.Char2ObjectMap.Entry<V> ceilingEntry(char key)
key - that should be compared with.@Deprecated default java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectMap.Entry<V> lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectMap.Entry<V> floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectMap.Entry<V> ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectMap.Entry<V> higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectNavigableMap<V> subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectNavigableMap<V> headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectNavigableMap<V> tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,V>@Deprecated default Char2ObjectNavigableMap<V> subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface Char2ObjectSortedMap<V>subMap in interface java.util.NavigableMap<java.lang.Character,V>subMap in interface java.util.SortedMap<java.lang.Character,V>@Deprecated default Char2ObjectNavigableMap<V> headMap(java.lang.Character toKey)
headMap in interface Char2ObjectSortedMap<V>headMap in interface java.util.NavigableMap<java.lang.Character,V>headMap in interface java.util.SortedMap<java.lang.Character,V>@Deprecated default Char2ObjectNavigableMap<V> tailMap(java.lang.Character fromKey)
tailMap in interface Char2ObjectSortedMap<V>tailMap in interface java.util.NavigableMap<java.lang.Character,V>tailMap in interface java.util.SortedMap<java.lang.Character,V>