public static class Char2ShortMaps.UnmodifyableSortedMap extends Char2ShortMaps.UnmodifyableMap 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.
|
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
|
char |
lastCharKey()
A method to get the last Key of a Map.
|
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(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
|
addTo, char2ShortEntrySet, getOrDefault, getShort, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuesaddToAll, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllShort, mergeShort, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, 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