public static class Double2DoubleMaps.UnmodifyableSortedMap extends Double2DoubleMaps.UnmodifyableMap implements Double2DoubleSortedMap
AbstractDouble2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2DoubleSortedMap.FastSortedSetDouble2DoubleMap.Entry, Double2DoubleMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
double |
getAndMoveToFirst(double key)
A Specific get method that allows to move teh given key/value int the first index.
|
double |
getAndMoveToLast(double key)
A Specific get method that allows to move teh given key/value int the last index.
|
Double2DoubleSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
double |
lastDoubleValue()
A method to get the last Value 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.
|
double |
putAndMoveToFirst(double key,
double value)
A customized put method that allows you to insert into the first index.
|
double |
putAndMoveToLast(double key,
double value)
A customized put method that allows you to insert into the last index.
|
Double2DoubleSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2DoubleSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, double2DoubleEntrySet, getDouble, getOrDefault, keySet, put, putIfAbsent, remDouble, remDoubleOrDefault, remove, valuesaddToAll, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllDouble, mergeDouble, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceDoubles, replaceDoubles, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuesaddTo, addToAll, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2DoubleEntrySet, entrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValueapplyAsDoublepublic double putAndMoveToFirst(double key,
double value)
Double2DoubleSortedMapputAndMoveToFirst in interface Double2DoubleSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public double putAndMoveToLast(double key,
double value)
Double2DoubleSortedMapputAndMoveToLast in interface Double2DoubleSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2DoubleSortedMapmoveToFirst in interface Double2DoubleSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2DoubleSortedMapmoveToLast in interface Double2DoubleSortedMapkey - that should be moved to the first lastpublic double getAndMoveToFirst(double key)
Double2DoubleSortedMapgetAndMoveToFirst in interface Double2DoubleSortedMapkey - that is searched forpublic double getAndMoveToLast(double key)
Double2DoubleSortedMapgetAndMoveToLast in interface Double2DoubleSortedMapkey - that is searched forpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Double>comparator in interface Double2DoubleSortedMappublic Double2DoubleSortedMap subMap(double fromKey, double toKey)
Double2DoubleSortedMapsubMap in interface Double2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2DoubleSortedMap headMap(double toKey)
Double2DoubleSortedMapheadMap in interface Double2DoubleSortedMaptoKey - where the headMap should endpublic Double2DoubleSortedMap tailMap(double fromKey)
Double2DoubleSortedMaptailMap in interface Double2DoubleSortedMapfromKey - where the TailMap should startpublic double firstDoubleKey()
Double2DoubleSortedMapfirstDoubleKey in interface Double2DoubleSortedMappublic double pollFirstDoubleKey()
Double2DoubleSortedMappollFirstDoubleKey in interface Double2DoubleSortedMappublic double lastDoubleKey()
Double2DoubleSortedMaplastDoubleKey in interface Double2DoubleSortedMappublic double pollLastDoubleKey()
Double2DoubleSortedMappollLastDoubleKey in interface Double2DoubleSortedMappublic double firstDoubleValue()
Double2DoubleSortedMapfirstDoubleValue in interface Double2DoubleSortedMappublic double lastDoubleValue()
Double2DoubleSortedMaplastDoubleValue in interface Double2DoubleSortedMap