public static class Double2CharMaps.UnmodifyableSortedMap extends Double2CharMaps.UnmodifyableMap implements Double2CharSortedMap
AbstractDouble2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2CharSortedMap.FastSortedSetDouble2CharMap.Entry, Double2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
char |
firstCharValue()
A method to get the first Value of a Map.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
char |
getAndMoveToFirst(double key)
A Specific get method that allows to move teh given key/value int the first index.
|
char |
getAndMoveToLast(double key)
A Specific get method that allows to move teh given key/value int the last index.
|
Double2CharSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
char |
lastCharValue()
A method to get the last Value of a Map.
|
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
boolean |
moveToFirst(double key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(double key)
A specific move method to move a given key/value to the last index.
|
double |
pollFirstDoubleKey()
A method to get and remove the first Key of a Map.
|
double |
pollLastDoubleKey()
A method to get and remove the last Key of a Map.
|
char |
putAndMoveToFirst(double key,
char value)
A customized put method that allows you to insert into the first index.
|
char |
putAndMoveToLast(double key,
char value)
A customized put method that allows you to insert into the last index.
|
Double2CharSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2CharSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, double2CharEntrySet, getChar, getOrDefault, keySet, put, putIfAbsent, remDouble, remDoubleOrDefault, remove, valuesaddToAll, computeChar, computeCharIfAbsent, computeCharIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllChar, mergeChar, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceChars, replaceChars, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuesaddTo, addToAll, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2CharEntrySet, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValuepublic char putAndMoveToFirst(double key,
char value)
Double2CharSortedMapputAndMoveToFirst in interface Double2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(double key,
char value)
Double2CharSortedMapputAndMoveToLast in interface Double2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2CharSortedMapmoveToFirst in interface Double2CharSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2CharSortedMapmoveToLast in interface Double2CharSortedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(double key)
Double2CharSortedMapgetAndMoveToFirst in interface Double2CharSortedMapkey - that is searched forpublic char getAndMoveToLast(double key)
Double2CharSortedMapgetAndMoveToLast in interface Double2CharSortedMapkey - that is searched forpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Character>comparator in interface Double2CharSortedMappublic Double2CharSortedMap subMap(double fromKey, double toKey)
Double2CharSortedMapsubMap in interface Double2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2CharSortedMap headMap(double toKey)
Double2CharSortedMapheadMap in interface Double2CharSortedMaptoKey - where the headMap should endpublic Double2CharSortedMap tailMap(double fromKey)
Double2CharSortedMaptailMap in interface Double2CharSortedMapfromKey - where the TailMap should startpublic double firstDoubleKey()
Double2CharSortedMapfirstDoubleKey in interface Double2CharSortedMappublic double pollFirstDoubleKey()
Double2CharSortedMappollFirstDoubleKey in interface Double2CharSortedMappublic double lastDoubleKey()
Double2CharSortedMaplastDoubleKey in interface Double2CharSortedMappublic double pollLastDoubleKey()
Double2CharSortedMappollLastDoubleKey in interface Double2CharSortedMappublic char firstCharValue()
Double2CharSortedMapfirstCharValue in interface Double2CharSortedMappublic char lastCharValue()
Double2CharSortedMaplastCharValue in interface Double2CharSortedMap