public static class Double2ByteMaps.UnmodifyableSortedMap extends Double2ByteMaps.UnmodifyableMap implements Double2ByteSortedMap
AbstractDouble2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ByteSortedMap.FastSortedSetDouble2ByteMap.Entry, Double2ByteMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
byte |
firstByteValue()
A method to get the first Value of a Map.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
byte |
getAndMoveToFirst(double key)
A Specific get method that allows to move teh given key/value int the first index.
|
byte |
getAndMoveToLast(double key)
A Specific get method that allows to move teh given key/value int the last index.
|
Double2ByteSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
byte |
lastByteValue()
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.
|
byte |
putAndMoveToFirst(double key,
byte value)
A customized put method that allows you to insert into the first index.
|
byte |
putAndMoveToLast(double key,
byte value)
A customized put method that allows you to insert into the last index.
|
Double2ByteSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ByteSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, double2ByteEntrySet, getByte, getOrDefault, keySet, put, putIfAbsent, remDouble, remDoubleOrDefault, 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, double2ByteEntrySet, entrySet, forEach, forEach, get, getByte, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValuepublic byte putAndMoveToFirst(double key,
byte value)
Double2ByteSortedMapputAndMoveToFirst in interface Double2ByteSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public byte putAndMoveToLast(double key,
byte value)
Double2ByteSortedMapputAndMoveToLast in interface Double2ByteSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2ByteSortedMapmoveToFirst in interface Double2ByteSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2ByteSortedMapmoveToLast in interface Double2ByteSortedMapkey - that should be moved to the first lastpublic byte getAndMoveToFirst(double key)
Double2ByteSortedMapgetAndMoveToFirst in interface Double2ByteSortedMapkey - that is searched forpublic byte getAndMoveToLast(double key)
Double2ByteSortedMapgetAndMoveToLast in interface Double2ByteSortedMapkey - that is searched forpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>comparator in interface Double2ByteSortedMappublic Double2ByteSortedMap subMap(double fromKey, double toKey)
Double2ByteSortedMapsubMap in interface Double2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ByteSortedMap headMap(double toKey)
Double2ByteSortedMapheadMap in interface Double2ByteSortedMaptoKey - where the headMap should endpublic Double2ByteSortedMap tailMap(double fromKey)
Double2ByteSortedMaptailMap in interface Double2ByteSortedMapfromKey - where the TailMap should startpublic double firstDoubleKey()
Double2ByteSortedMapfirstDoubleKey in interface Double2ByteSortedMappublic double pollFirstDoubleKey()
Double2ByteSortedMappollFirstDoubleKey in interface Double2ByteSortedMappublic double lastDoubleKey()
Double2ByteSortedMaplastDoubleKey in interface Double2ByteSortedMappublic double pollLastDoubleKey()
Double2ByteSortedMappollLastDoubleKey in interface Double2ByteSortedMappublic byte firstByteValue()
Double2ByteSortedMapfirstByteValue in interface Double2ByteSortedMappublic byte lastByteValue()
Double2ByteSortedMaplastByteValue in interface Double2ByteSortedMap