public static class Float2ByteMaps.UnmodifyableSortedMap extends Float2ByteMaps.UnmodifyableMap implements Float2ByteSortedMap
AbstractFloat2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2ByteSortedMap.FastSortedSetFloat2ByteMap.Entry, Float2ByteMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
byte |
firstByteValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
byte |
getAndMoveToFirst(float key)
A Specific get method that allows to move teh given key/value int the first index.
|
byte |
getAndMoveToLast(float key)
A Specific get method that allows to move teh given key/value int the last index.
|
Float2ByteSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
byte |
lastByteValue()
A method to get the last Value of a Map.
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
boolean |
moveToFirst(float key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(float key)
A specific move method to move a given key/value to the last index.
|
float |
pollFirstFloatKey()
A method to get and remove the first Key of a Map.
|
float |
pollLastFloatKey()
A method to get and remove the last Key of a Map.
|
byte |
putAndMoveToFirst(float key,
byte value)
A customized put method that allows you to insert into the first index.
|
byte |
putAndMoveToLast(float key,
byte value)
A customized put method that allows you to insert into the last index.
|
Float2ByteSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2ByteSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, float2ByteEntrySet, getByte, getOrDefault, keySet, put, putIfAbsent, remFloat, remFloatOrDefault, remove, valuesaddToAll, computeByte, computeByteIfAbsent, computeByteIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllByte, mergeByte, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceBytes, replaceBytes, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuesaddTo, addToAll, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2ByteEntrySet, forEach, forEach, get, getByte, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValuepublic byte putAndMoveToFirst(float key,
byte value)
Float2ByteSortedMapputAndMoveToFirst in interface Float2ByteSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public byte putAndMoveToLast(float key,
byte value)
Float2ByteSortedMapputAndMoveToLast in interface Float2ByteSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2ByteSortedMapmoveToFirst in interface Float2ByteSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2ByteSortedMapmoveToLast in interface Float2ByteSortedMapkey - that should be moved to the first lastpublic byte getAndMoveToFirst(float key)
Float2ByteSortedMapgetAndMoveToFirst in interface Float2ByteSortedMapkey - that is searched forpublic byte getAndMoveToLast(float key)
Float2ByteSortedMapgetAndMoveToLast in interface Float2ByteSortedMapkey - that is searched forpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>comparator in interface Float2ByteSortedMappublic Float2ByteSortedMap subMap(float fromKey, float toKey)
Float2ByteSortedMapsubMap in interface Float2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2ByteSortedMap headMap(float toKey)
Float2ByteSortedMapheadMap in interface Float2ByteSortedMaptoKey - where the headMap should endpublic Float2ByteSortedMap tailMap(float fromKey)
Float2ByteSortedMaptailMap in interface Float2ByteSortedMapfromKey - where the TailMap should startpublic float firstFloatKey()
Float2ByteSortedMapfirstFloatKey in interface Float2ByteSortedMappublic float pollFirstFloatKey()
Float2ByteSortedMappollFirstFloatKey in interface Float2ByteSortedMappublic float lastFloatKey()
Float2ByteSortedMaplastFloatKey in interface Float2ByteSortedMappublic float pollLastFloatKey()
Float2ByteSortedMappollLastFloatKey in interface Float2ByteSortedMappublic byte firstByteValue()
Float2ByteSortedMapfirstByteValue in interface Float2ByteSortedMappublic byte lastByteValue()
Float2ByteSortedMaplastByteValue in interface Float2ByteSortedMap