public interface Char2ShortNavigableMap extends Char2ShortSortedMap, java.util.NavigableMap<java.lang.Character,java.lang.Short>
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.
|
default Char2ShortMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2ShortMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2ShortNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Char2ShortNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
default 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.
|
default Char2ShortMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2ShortMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2ShortNavigableMap |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
default 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
|
default Char2ShortNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Char2ShortNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Char2ShortNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Char2ShortNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2ShortNavigableMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
default Char2ShortNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2ShortNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2ShortNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, 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, supplyShortIfAbsentChar2ShortNavigableMap copy()
Char2ShortMapcopy in interface Char2ShortMapcopy in interface Char2ShortSortedMapChar2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>Char2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>Char2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>Char2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>Char2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>CharNavigableSet keySet()
keySet in interface Char2ShortMapkeySet in interface Char2ShortSortedMapkeySet in interface java.util.Map<java.lang.Character,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Short>default Char2ShortNavigableMap synchronize()
synchronize in interface Char2ShortMapsynchronize in interface Char2ShortSortedMapChar2ShortMaps.synchronize(speiger.src.collections.chars.maps.interfaces.Char2ShortMap)default Char2ShortNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Char2ShortMapsynchronize in interface Char2ShortSortedMapmutex - is the controller of the synchronization blockChar2ShortMaps.synchronize(speiger.src.collections.chars.maps.interfaces.Char2ShortMap)default Char2ShortNavigableMap unmodifiable()
unmodifiable in interface Char2ShortMapunmodifiable in interface Char2ShortSortedMapChar2ShortMaps.unmodifiable(speiger.src.collections.chars.maps.interfaces.Char2ShortMap)Char2ShortNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notChar2ShortNavigableMap headMap(char toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notChar2ShortNavigableMap tailMap(char fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Char2ShortNavigableMap subMap(char fromKey, char toKey)
Char2ShortSortedMapsubMap in interface Char2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Char2ShortNavigableMap headMap(char toKey)
Char2ShortSortedMapheadMap in interface Char2ShortSortedMaptoKey - where the headMap should enddefault Char2ShortNavigableMap tailMap(char fromKey)
Char2ShortSortedMaptailMap in interface Char2ShortSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(char e)
e - the new max valuechar getDefaultMaxValue()
void setDefaultMinValue(char e)
e - the new min valuechar getDefaultMinValue()
char lowerKey(char key)
key - that should be compared with.char higherKey(char key)
key - that should be compared with.char floorKey(char key)
key - that should be compared with.char ceilingKey(char key)
key - that should be compared with.Char2ShortMap.Entry lowerEntry(char key)
key - that should be compared with.Char2ShortMap.Entry higherEntry(char key)
key - that should be compared with.Char2ShortMap.Entry floorEntry(char key)
key - that should be compared with.Char2ShortMap.Entry ceilingEntry(char key)
key - that should be compared with.@Deprecated default java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default 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>@Deprecated default Char2ShortNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface Char2ShortSortedMapsubMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortNavigableMap headMap(java.lang.Character toKey)
headMap in interface Char2ShortSortedMapheadMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>@Deprecated default Char2ShortNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface Char2ShortSortedMaptailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>