public static class Char2ShortMaps.SynchronizedNavigableMap extends Char2ShortMaps.SynchronizedSortedMap 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.
|
Char2ShortMap.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.
|
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.
|
Char2ShortMap.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.
|
Char2ShortNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ShortNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
Char2ShortNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
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.
|
Char2ShortMap.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() |
Char2ShortMap.Entry |
lastEntry() |
Char2ShortMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2ShortMap.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() |
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(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2ShortNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
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(java.lang.Character fromKey)
Deprecated.
|
Char2ShortNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2ShortNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstKey, firstShortValue, lastCharKey, lastKey, lastShortValue, pollFirstCharKey, pollLastCharKeyaddTo, addToAll, char2ShortEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstCharKey, firstKey, firstShortValue, lastCharKey, lastKey, lastShortValue, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, 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, 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 descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>descendingKeySet 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.SynchronizedSortedMappublic 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2ShortNavigableMap headMap(char toKey)
Char2ShortSortedMapheadMap in interface Char2ShortNavigableMapheadMap in interface Char2ShortSortedMapheadMap in class Char2ShortMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Char2ShortNavigableMap tailMap(char fromKey)
Char2ShortSortedMaptailMap in interface Char2ShortNavigableMaptailMap in interface Char2ShortSortedMaptailMap in class Char2ShortMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.SynchronizedSortedMap@Deprecated public Char2ShortNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>subMap in interface Char2ShortNavigableMap@Deprecated public Char2ShortNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>headMap in interface Char2ShortNavigableMap@Deprecated public Char2ShortNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>tailMap in interface Char2ShortNavigableMap@Deprecated public Char2ShortNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>subMap in interface Char2ShortNavigableMapsubMap in interface Char2ShortSortedMapsubMap in class Char2ShortMaps.SynchronizedSortedMap@Deprecated public Char2ShortNavigableMap headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>headMap in interface Char2ShortNavigableMapheadMap in interface Char2ShortSortedMapheadMap in class Char2ShortMaps.SynchronizedSortedMap@Deprecated public Char2ShortNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>tailMap in interface Char2ShortNavigableMaptailMap in interface Char2ShortSortedMaptailMap in class Char2ShortMaps.SynchronizedSortedMappublic 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 Char2ShortNavigableMap@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>lowerKey in interface Char2ShortNavigableMap@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>floorKey in interface Char2ShortNavigableMap@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>ceilingKey in interface Char2ShortNavigableMap@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>higherKey in interface Char2ShortNavigableMap@Deprecated public Char2ShortMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>lowerEntry in interface Char2ShortNavigableMap@Deprecated public Char2ShortMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>floorEntry in interface Char2ShortNavigableMap@Deprecated public Char2ShortMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>ceilingEntry in interface Char2ShortNavigableMap@Deprecated public Char2ShortMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>higherEntry in interface Char2ShortNavigableMap