public static class Char2ShortMaps.UnmodifyableNavigableMap extends Char2ShortMaps.UnmodifyableSortedMap implements Char2ShortNavigableMap
AbstractChar2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2ShortSortedMap.FastSortedSetChar2ShortMap.Entry, Char2ShortMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Char2ShortMap.Entry |
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() |
Char2ShortNavigableMap |
descendingMap() |
Char2ShortMap.Entry |
firstEntry() |
Char2ShortMap.Entry |
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.
|
Char2ShortNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ShortNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ShortMap.Entry |
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.
|
Char2ShortMap.Entry |
lastEntry() |
Char2ShortMap.Entry |
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() |
Char2ShortMap.Entry |
pollFirstEntry() |
Char2ShortMap.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.
|
Char2ShortNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ShortNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ShortNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2ShortNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastShortValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastaddTo, char2ShortEntrySet, getOrDefault, getShort, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuesaddToAll, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllShort, mergeShort, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstCharKey, firstKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastKey, lastShortValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, char2ShortEntrySet, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValuepublic Char2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>descendingMap in interface Char2ShortNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>navigableKeySet in interface Char2ShortNavigableMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>descendingKeySet in interface Char2ShortNavigableMappublic Char2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>firstEntry in interface Char2ShortNavigableMappublic Char2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>lastEntry in interface Char2ShortNavigableMappublic Char2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>pollFirstEntry in interface Char2ShortNavigableMappublic Char2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>pollLastEntry in interface Char2ShortNavigableMappublic Char2ShortNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2ShortNavigableMapsubMap in interface Char2ShortNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2ShortNavigableMap headMap(char toKey, boolean inclusive)
Char2ShortNavigableMapheadMap in interface Char2ShortNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2ShortNavigableMap tailMap(char fromKey, boolean inclusive)
Char2ShortNavigableMaptailMap in interface Char2ShortNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2ShortNavigableMap subMap(char fromKey, char toKey)
Char2ShortSortedMapsubMap in interface Char2ShortNavigableMapsubMap in interface Char2ShortSortedMapsubMap in class Char2ShortMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2ShortNavigableMap headMap(char toKey)
Char2ShortSortedMapheadMap in interface Char2ShortNavigableMapheadMap in interface Char2ShortSortedMapheadMap in class Char2ShortMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2ShortNavigableMap tailMap(char fromKey)
Char2ShortSortedMaptailMap in interface Char2ShortNavigableMaptailMap in interface Char2ShortSortedMaptailMap in class Char2ShortMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(char e)
Char2ShortNavigableMapsetDefaultMaxValue in interface Char2ShortNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2ShortNavigableMapgetDefaultMaxValue in interface Char2ShortNavigableMappublic void setDefaultMinValue(char e)
Char2ShortNavigableMapsetDefaultMinValue in interface Char2ShortNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2ShortNavigableMapgetDefaultMinValue in interface Char2ShortNavigableMappublic char lowerKey(char key)
Char2ShortNavigableMaplowerKey in interface Char2ShortNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2ShortNavigableMaphigherKey in interface Char2ShortNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2ShortNavigableMapfloorKey in interface Char2ShortNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2ShortNavigableMapceilingKey in interface Char2ShortNavigableMapkey - that should be compared with.public Char2ShortMap.Entry lowerEntry(char key)
Char2ShortNavigableMaplowerEntry in interface Char2ShortNavigableMapkey - that should be compared with.public Char2ShortMap.Entry higherEntry(char key)
Char2ShortNavigableMaphigherEntry in interface Char2ShortNavigableMapkey - that should be compared with.public Char2ShortMap.Entry floorEntry(char key)
Char2ShortNavigableMapfloorEntry in interface Char2ShortNavigableMapkey - that should be compared with.public Char2ShortMap.Entry ceilingEntry(char key)
Char2ShortNavigableMapceilingEntry in interface Char2ShortNavigableMapkey - that should be compared with.