public static class Short2CharMaps.UnmodifyableNavigableMap extends Short2CharMaps.UnmodifyableSortedMap implements Short2CharNavigableMap
AbstractShort2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2CharSortedMap.FastSortedSetShort2CharMap.BuilderCache, Short2CharMap.Entry, Short2CharMap.FastEntrySet, Short2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2CharMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Short2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2CharNavigableMap |
descendingMap() |
Short2CharMap.Entry |
firstEntry() |
Short2CharMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2CharMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
keySet() |
Short2CharMap.Entry |
lastEntry() |
Short2CharMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2CharNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharValue, firstShortKey, lastCharValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, get, getOrDefault, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, short2CharEntrySet, subFrom, supplyCharIfAbsent, 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, firstCharValue, firstKey, firstShortKey, lastCharValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, short2CharEntrySet, subFrom, supplyCharIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Character>keySet in interface Short2CharMapkeySet in interface Short2CharNavigableMapkeySet in interface Short2CharSortedMapkeySet in class Short2CharMaps.UnmodifyableSortedMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2CharNavigableMap headMap(short toKey)
Short2CharSortedMapheadMap in interface Short2CharNavigableMapheadMap in interface Short2CharSortedMapheadMap in class Short2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2CharNavigableMap tailMap(short fromKey)
Short2CharSortedMaptailMap in interface Short2CharNavigableMaptailMap in interface Short2CharSortedMaptailMap in class Short2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Short2CharNavigableMappublic 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.public Short2CharNavigableMap copy()
Short2CharMapcopy in interface Short2CharMapcopy in interface Short2CharNavigableMapcopy in interface Short2CharSortedMapcopy in class Short2CharMaps.UnmodifyableSortedMap