public static class Short2CharMaps.SynchronizedNavigableMap extends Short2CharMaps.SynchronizedSortedMap implements Short2CharNavigableMap
AbstractShort2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2CharSortedMap.FastSortedSetShort2CharMap.Entry, Short2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Short2CharMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2CharMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
descendingKeySet() |
Short2CharNavigableMap |
descendingMap() |
Short2CharMap.Entry |
firstEntry() |
Short2CharMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2CharMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Short |
floorKey(java.lang.Short key)
Deprecated.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2CharNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2CharNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2CharMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2CharMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
Short2CharMap.Entry |
lastEntry() |
Short2CharMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2CharMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2CharMap.Entry |
pollFirstEntry() |
Short2CharMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2CharNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2CharNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2CharNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2CharNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstCharValue, firstKey, firstShortKey, getAndMoveToFirst, getAndMoveToLast, lastCharValue, lastKey, lastShortKey, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, keySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, short2CharEntrySet, size, valuesentrySet, equals, hashCodecomparator, firstCharValue, firstKey, firstShortKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharValue, lastKey, lastShortKey, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, short2CharEntrySetpublic Short2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>descendingMap in interface Short2CharNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>navigableKeySet in interface Short2CharNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>descendingKeySet in interface Short2CharNavigableMappublic Short2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>firstEntry in interface Short2CharNavigableMappublic Short2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>lastEntry in interface Short2CharNavigableMappublic Short2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>pollFirstEntry in interface Short2CharNavigableMappublic Short2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>pollLastEntry in interface Short2CharNavigableMappublic Short2CharNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2CharNavigableMapsubMap in interface Short2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2CharNavigableMap headMap(short toKey, boolean inclusive)
Short2CharNavigableMapheadMap in interface Short2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2CharNavigableMap tailMap(short fromKey, boolean inclusive)
Short2CharNavigableMaptailMap in interface Short2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2CharNavigableMap subMap(short fromKey, short toKey)
Short2CharSortedMapsubMap in interface Short2CharNavigableMapsubMap in interface Short2CharSortedMapsubMap in class Short2CharMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2CharNavigableMap headMap(short toKey)
Short2CharSortedMapheadMap in interface Short2CharNavigableMapheadMap in interface Short2CharSortedMapheadMap in class Short2CharMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2CharNavigableMap tailMap(short fromKey)
Short2CharSortedMaptailMap in interface Short2CharNavigableMaptailMap in interface Short2CharSortedMaptailMap in class Short2CharMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic short lowerKey(short key)
Short2CharNavigableMaplowerKey in interface Short2CharNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2CharNavigableMaphigherKey in interface Short2CharNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2CharNavigableMapfloorKey in interface Short2CharNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2CharNavigableMapceilingKey in interface Short2CharNavigableMapkey - that should be compared with.public Short2CharMap.Entry lowerEntry(short key)
Short2CharNavigableMaplowerEntry in interface Short2CharNavigableMapkey - that should be compared with.public Short2CharMap.Entry higherEntry(short key)
Short2CharNavigableMaphigherEntry in interface Short2CharNavigableMapkey - that should be compared with.public Short2CharMap.Entry floorEntry(short key)
Short2CharNavigableMapfloorEntry in interface Short2CharNavigableMapkey - that should be compared with.public Short2CharMap.Entry ceilingEntry(short key)
Short2CharNavigableMapceilingEntry in interface Short2CharNavigableMapkey - that should be compared with.@Deprecated public Short2CharNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>subMap in interface Short2CharNavigableMap@Deprecated public Short2CharNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>headMap in interface Short2CharNavigableMap@Deprecated public Short2CharNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>tailMap in interface Short2CharNavigableMap@Deprecated public Short2CharNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Character>subMap in interface Short2CharNavigableMapsubMap in interface Short2CharSortedMapsubMap in class Short2CharMaps.SynchronizedSortedMap@Deprecated public Short2CharNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Character>headMap in interface Short2CharNavigableMapheadMap in interface Short2CharSortedMapheadMap in class Short2CharMaps.SynchronizedSortedMap@Deprecated public Short2CharNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Character>tailMap in interface Short2CharNavigableMaptailMap in interface Short2CharSortedMaptailMap in class Short2CharMaps.SynchronizedSortedMappublic void setDefaultMaxValue(short e)
Short2CharNavigableMapsetDefaultMaxValue in interface Short2CharNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2CharNavigableMapgetDefaultMaxValue in interface Short2CharNavigableMappublic void setDefaultMinValue(short e)
Short2CharNavigableMapsetDefaultMinValue in interface Short2CharNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2CharNavigableMapgetDefaultMinValue in interface Short2CharNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>lowerKey in interface Short2CharNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>floorKey in interface Short2CharNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>ceilingKey in interface Short2CharNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>higherKey in interface Short2CharNavigableMap@Deprecated public Short2CharMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>lowerEntry in interface Short2CharNavigableMap@Deprecated public Short2CharMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>floorEntry in interface Short2CharNavigableMap@Deprecated public Short2CharMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>ceilingEntry in interface Short2CharNavigableMap@Deprecated public Short2CharMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Character>higherEntry in interface Short2CharNavigableMap