public static class Byte2FloatMaps.UnmodifyableSortedMap extends Byte2FloatMaps.UnmodifyableMap implements Byte2FloatSortedMap
AbstractByte2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2FloatSortedMap.FastSortedSetByte2FloatMap.Entry, Byte2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
byte |
firstByteKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
float |
getAndMoveToFirst(byte key)
A Specific get method that allows to move teh given key/value int the first index.
|
float |
getAndMoveToLast(byte key)
A Specific get method that allows to move teh given key/value int the last index.
|
Byte2FloatSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
byte |
lastByteKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
A method to get the last Value of a Map.
|
boolean |
moveToFirst(byte key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(byte key)
A specific move method to move a given key/value to the last index.
|
byte |
pollFirstByteKey()
A method to get and remove the first Key of a Map.
|
byte |
pollLastByteKey()
A method to get and remove the last Key of a Map.
|
float |
putAndMoveToFirst(byte key,
float value)
A customized put method that allows you to insert into the first index.
|
float |
putAndMoveToLast(byte key,
float value)
A customized put method that allows you to insert into the last index.
|
Byte2FloatSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2FloatSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, byte2FloatEntrySet, getFloat, getOrDefault, keySet, put, putIfAbsent, remByte, remByteOrDefault, remove, valuesaddToAll, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllFloat, mergeFloat, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceFloats, replaceFloats, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuesaddTo, addToAll, byte2FloatEntrySet, 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, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValuepublic float putAndMoveToFirst(byte key,
float value)
Byte2FloatSortedMapputAndMoveToFirst in interface Byte2FloatSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public float putAndMoveToLast(byte key,
float value)
Byte2FloatSortedMapputAndMoveToLast in interface Byte2FloatSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(byte key)
Byte2FloatSortedMapmoveToFirst in interface Byte2FloatSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(byte key)
Byte2FloatSortedMapmoveToLast in interface Byte2FloatSortedMapkey - that should be moved to the first lastpublic float getAndMoveToFirst(byte key)
Byte2FloatSortedMapgetAndMoveToFirst in interface Byte2FloatSortedMapkey - that is searched forpublic float getAndMoveToLast(byte key)
Byte2FloatSortedMapgetAndMoveToLast in interface Byte2FloatSortedMapkey - that is searched forpublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>comparator in interface Byte2FloatSortedMappublic Byte2FloatSortedMap subMap(byte fromKey, byte toKey)
Byte2FloatSortedMapsubMap in interface Byte2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2FloatSortedMap headMap(byte toKey)
Byte2FloatSortedMapheadMap in interface Byte2FloatSortedMaptoKey - where the headMap should endpublic Byte2FloatSortedMap tailMap(byte fromKey)
Byte2FloatSortedMaptailMap in interface Byte2FloatSortedMapfromKey - where the TailMap should startpublic byte firstByteKey()
Byte2FloatSortedMapfirstByteKey in interface Byte2FloatSortedMappublic byte pollFirstByteKey()
Byte2FloatSortedMappollFirstByteKey in interface Byte2FloatSortedMappublic byte lastByteKey()
Byte2FloatSortedMaplastByteKey in interface Byte2FloatSortedMappublic byte pollLastByteKey()
Byte2FloatSortedMappollLastByteKey in interface Byte2FloatSortedMappublic float firstFloatValue()
Byte2FloatSortedMapfirstFloatValue in interface Byte2FloatSortedMappublic float lastFloatValue()
Byte2FloatSortedMaplastFloatValue in interface Byte2FloatSortedMap