public static class Char2ShortMaps.SynchronizedSortedMap extends Char2ShortMaps.SynchronizedMap implements Char2ShortSortedMap
AbstractChar2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2ShortSortedMap.FastSortedSetChar2ShortMap.Entry, Char2ShortMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
char |
firstCharKey()
A method to get the first Key of a Map.
|
java.lang.Character |
firstKey()
Deprecated.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
short |
getAndMoveToFirst(char key)
A Specific get method that allows to move teh given key/value int the first index.
|
short |
getAndMoveToLast(char key)
A Specific get method that allows to move teh given key/value int the last index.
|
Char2ShortSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2ShortSortedMap |
headMap(java.lang.Character toKey)
Deprecated.
|
char |
lastCharKey()
A method to get the last Key of a Map.
|
java.lang.Character |
lastKey()
Deprecated.
|
short |
lastShortValue()
A method to get the last Value of a Map.
|
boolean |
moveToFirst(char key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(char key)
A specific move method to move a given key/value to the last index.
|
char |
pollFirstCharKey()
A method to get and remove the first Key of a Map.
|
char |
pollLastCharKey()
A method to get and remove the last Key of a Map.
|
short |
putAndMoveToFirst(char key,
short value)
A customized put method that allows you to insert into the first index.
|
short |
putAndMoveToLast(char key,
short value)
A customized put method that allows you to insert into the last index.
|
Char2ShortSortedMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2ShortSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2ShortSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2ShortSortedMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
addTo, addToAll, char2ShortEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, keySet, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, char2ShortEntrySet, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValuepublic short putAndMoveToFirst(char key,
short value)
Char2ShortSortedMapputAndMoveToFirst in interface Char2ShortSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public short putAndMoveToLast(char key,
short value)
Char2ShortSortedMapputAndMoveToLast in interface Char2ShortSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(char key)
Char2ShortSortedMapmoveToFirst in interface Char2ShortSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(char key)
Char2ShortSortedMapmoveToLast in interface Char2ShortSortedMapkey - that should be moved to the first lastpublic short getAndMoveToFirst(char key)
Char2ShortSortedMapgetAndMoveToFirst in interface Char2ShortSortedMapkey - that is searched forpublic short getAndMoveToLast(char key)
Char2ShortSortedMapgetAndMoveToLast in interface Char2ShortSortedMapkey - that is searched forpublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Short>comparator in interface Char2ShortSortedMappublic Char2ShortSortedMap subMap(char fromKey, char toKey)
Char2ShortSortedMapsubMap in interface Char2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2ShortSortedMap headMap(char toKey)
Char2ShortSortedMapheadMap in interface Char2ShortSortedMaptoKey - where the headMap should endpublic Char2ShortSortedMap tailMap(char fromKey)
Char2ShortSortedMaptailMap in interface Char2ShortSortedMapfromKey - where the TailMap should startpublic char firstCharKey()
Char2ShortSortedMapfirstCharKey in interface Char2ShortSortedMappublic char pollFirstCharKey()
Char2ShortSortedMappollFirstCharKey in interface Char2ShortSortedMappublic char lastCharKey()
Char2ShortSortedMaplastCharKey in interface Char2ShortSortedMappublic char pollLastCharKey()
Char2ShortSortedMappollLastCharKey in interface Char2ShortSortedMappublic short firstShortValue()
Char2ShortSortedMapfirstShortValue in interface Char2ShortSortedMappublic short lastShortValue()
Char2ShortSortedMaplastShortValue in interface Char2ShortSortedMap@Deprecated public java.lang.Character firstKey()
firstKey in interface java.util.SortedMap<java.lang.Character,java.lang.Short>firstKey in interface Char2ShortSortedMap@Deprecated public java.lang.Character lastKey()
lastKey in interface java.util.SortedMap<java.lang.Character,java.lang.Short>lastKey in interface Char2ShortSortedMap@Deprecated public Char2ShortSortedMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>subMap in interface Char2ShortSortedMap@Deprecated public Char2ShortSortedMap headMap(java.lang.Character toKey)
headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>headMap in interface Char2ShortSortedMap@Deprecated public Char2ShortSortedMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Short>tailMap in interface Char2ShortSortedMap