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.BuilderCache, Char2ShortMap.Entry, Char2ShortMap.FastEntrySet, Char2ShortMap.MapBuilder| 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.
|
Char2ShortNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
CharNavigableSet |
keySet() |
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, lastCharKey, lastShortValue, pollFirstCharKey, pollLastCharKeyaddTo, char2ShortEntrySet, clear, computeShort, computeShortIfAbsent, computeShortIfPresent, get, getOrDefault, mergeAllShort, mergeShort, put, putIfAbsent, remove, remove, removeOrDefault, replaceShorts, replaceShorts, subFrom, supplyShortIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstCharKey, firstKey, firstShortValue, lastCharKey, lastKey, lastShortValue, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, applyAsShort, builder, char2ShortEntrySet, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Short>keySet in interface Char2ShortMapkeySet in interface Char2ShortNavigableMapkeySet in interface Char2ShortSortedMapkeySet in class Char2ShortMaps.UnmodifyableSortedMappublic 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.public Char2ShortNavigableMap copy()
Char2ShortMapcopy in interface Char2ShortMapcopy in interface Char2ShortNavigableMapcopy in interface Char2ShortSortedMapcopy in class Char2ShortMaps.UnmodifyableSortedMap