V - the type of elements maintained by this Collectionpublic static class Char2ObjectMaps.UnmodifyableNavigableMap<V> extends Char2ObjectMaps.UnmodifyableSortedMap<V> implements Char2ObjectNavigableMap<V>
AbstractChar2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,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.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
CharNavigableSet |
descendingKeySet() |
Char2ObjectNavigableMap<V> |
descendingMap() |
Char2ObjectMap.Entry<V> |
firstEntry() |
Char2ObjectMap.Entry<V> |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
char |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
char |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Char2ObjectNavigableMap<V> |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Char2ObjectMap.Entry<V> |
lastEntry() |
Char2ObjectMap.Entry<V> |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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.
|
Char2ObjectNavigableMap<V> |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2ObjectNavigableMap<V> |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastchar2ObjectEntrySet, getObject, getOrDefault, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuescompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, merge, mergeAll, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceObjects, replaceObjects, setDefaultReturnValueclear, containsKey, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, 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, setDefaultReturnValuepublic Char2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,V>descendingMap in interface Char2ObjectNavigableMap<V>public CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,V>navigableKeySet in interface Char2ObjectNavigableMap<V>public CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,V>descendingKeySet in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,V>firstEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,V>lastEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,V>pollFirstEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,V>pollLastEntry in interface Char2ObjectNavigableMap<V>public Char2ObjectNavigableMap<V> subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2ObjectNavigableMapsubMap in interface Char2ObjectNavigableMap<V>fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2ObjectNavigableMap<V> headMap(char toKey, boolean inclusive)
Char2ObjectNavigableMapheadMap in interface Char2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2ObjectNavigableMap<V> tailMap(char fromKey, boolean inclusive)
Char2ObjectNavigableMaptailMap in interface Char2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2ObjectNavigableMap<V> subMap(char fromKey, char toKey)
Char2ObjectSortedMapsubMap in interface Char2ObjectNavigableMap<V>subMap in interface Char2ObjectSortedMap<V>subMap in class Char2ObjectMaps.UnmodifyableSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Char2ObjectNavigableMap<V> headMap(char toKey)
Char2ObjectSortedMapheadMap in interface Char2ObjectNavigableMap<V>headMap in interface Char2ObjectSortedMap<V>headMap in class Char2ObjectMaps.UnmodifyableSortedMap<V>toKey - where the headMap should endpublic Char2ObjectNavigableMap<V> tailMap(char fromKey)
Char2ObjectSortedMaptailMap in interface Char2ObjectNavigableMap<V>tailMap in interface Char2ObjectSortedMap<V>tailMap in class Char2ObjectMaps.UnmodifyableSortedMap<V>fromKey - where the TailMap should startpublic void setDefaultMaxValue(char e)
Char2ObjectNavigableMapsetDefaultMaxValue in interface Char2ObjectNavigableMap<V>e - the new max valuepublic char getDefaultMaxValue()
Char2ObjectNavigableMapgetDefaultMaxValue in interface Char2ObjectNavigableMap<V>public void setDefaultMinValue(char e)
Char2ObjectNavigableMapsetDefaultMinValue in interface Char2ObjectNavigableMap<V>e - the new min valuepublic char getDefaultMinValue()
Char2ObjectNavigableMapgetDefaultMinValue in interface Char2ObjectNavigableMap<V>public char lowerKey(char key)
Char2ObjectNavigableMaplowerKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public char higherKey(char key)
Char2ObjectNavigableMaphigherKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public char floorKey(char key)
Char2ObjectNavigableMapfloorKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public char ceilingKey(char key)
Char2ObjectNavigableMapceilingKey in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> lowerEntry(char key)
Char2ObjectNavigableMaplowerEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> higherEntry(char key)
Char2ObjectNavigableMaphigherEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> floorEntry(char key)
Char2ObjectNavigableMapfloorEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.public Char2ObjectMap.Entry<V> ceilingEntry(char key)
Char2ObjectNavigableMapceilingEntry in interface Char2ObjectNavigableMap<V>key - that should be compared with.