public static class Char2FloatMaps.SynchronizedSortedMap extends Char2FloatMaps.SynchronizedMap implements Char2FloatSortedMap
AbstractChar2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2FloatSortedMap.FastSortedSetChar2FloatMap.Entry, Char2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
char |
firstCharKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
java.lang.Character |
firstKey()
Deprecated.
|
float |
getAndMoveToFirst(char key)
A Specific get method that allows to move teh given key/value int the first index.
|
float |
getAndMoveToLast(char key)
A Specific get method that allows to move teh given key/value int the last index.
|
Char2FloatSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2FloatSortedMap |
headMap(java.lang.Character toKey)
Deprecated.
|
char |
lastCharKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
A method to get the last Value of a Map.
|
java.lang.Character |
lastKey()
Deprecated.
|
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.
|
float |
putAndMoveToFirst(char key,
float value)
A customized put method that allows you to insert into the first index.
|
float |
putAndMoveToLast(char key,
float value)
A customized put method that allows you to insert into the last index.
|
Char2FloatSortedMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2FloatSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2FloatSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2FloatSortedMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
addTo, addToAll, char2FloatEntrySet, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, keySet, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, char2FloatEntrySet, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValuepublic float putAndMoveToFirst(char key,
float value)
Char2FloatSortedMapputAndMoveToFirst in interface Char2FloatSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public float putAndMoveToLast(char key,
float value)
Char2FloatSortedMapputAndMoveToLast in interface Char2FloatSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(char key)
Char2FloatSortedMapmoveToFirst in interface Char2FloatSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(char key)
Char2FloatSortedMapmoveToLast in interface Char2FloatSortedMapkey - that should be moved to the first lastpublic float getAndMoveToFirst(char key)
Char2FloatSortedMapgetAndMoveToFirst in interface Char2FloatSortedMapkey - that is searched forpublic float getAndMoveToLast(char key)
Char2FloatSortedMapgetAndMoveToLast in interface Char2FloatSortedMapkey - that is searched forpublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Float>comparator in interface Char2FloatSortedMappublic Char2FloatSortedMap subMap(char fromKey, char toKey)
Char2FloatSortedMapsubMap in interface Char2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2FloatSortedMap headMap(char toKey)
Char2FloatSortedMapheadMap in interface Char2FloatSortedMaptoKey - where the headMap should endpublic Char2FloatSortedMap tailMap(char fromKey)
Char2FloatSortedMaptailMap in interface Char2FloatSortedMapfromKey - where the TailMap should startpublic char firstCharKey()
Char2FloatSortedMapfirstCharKey in interface Char2FloatSortedMappublic char pollFirstCharKey()
Char2FloatSortedMappollFirstCharKey in interface Char2FloatSortedMappublic char lastCharKey()
Char2FloatSortedMaplastCharKey in interface Char2FloatSortedMappublic char pollLastCharKey()
Char2FloatSortedMappollLastCharKey in interface Char2FloatSortedMappublic float firstFloatValue()
Char2FloatSortedMapfirstFloatValue in interface Char2FloatSortedMappublic float lastFloatValue()
Char2FloatSortedMaplastFloatValue in interface Char2FloatSortedMap@Deprecated public java.lang.Character firstKey()
firstKey in interface java.util.SortedMap<java.lang.Character,java.lang.Float>firstKey in interface Char2FloatSortedMap@Deprecated public java.lang.Character lastKey()
lastKey in interface java.util.SortedMap<java.lang.Character,java.lang.Float>lastKey in interface Char2FloatSortedMap@Deprecated public Char2FloatSortedMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>subMap in interface Char2FloatSortedMap@Deprecated public Char2FloatSortedMap headMap(java.lang.Character toKey)
headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>headMap in interface Char2FloatSortedMap@Deprecated public Char2FloatSortedMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>tailMap in interface Char2FloatSortedMap