public static class Double2BooleanMaps.SynchronizedSortedMap extends Double2BooleanMaps.SynchronizedMap implements Double2BooleanSortedMap
AbstractDouble2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2BooleanSortedMap.FastSortedSetDouble2BooleanMap.Entry, Double2BooleanMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
java.lang.Double |
firstKey()
Deprecated.
|
boolean |
getAndMoveToFirst(double key)
A Specific get method that allows to move teh given key/value int the first index.
|
boolean |
getAndMoveToLast(double key)
A Specific get method that allows to move teh given key/value int the last index.
|
Double2BooleanSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2BooleanSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
java.lang.Double |
lastKey()
Deprecated.
|
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.
|
boolean |
putAndMoveToFirst(double key,
boolean value)
A customized put method that allows you to insert into the first index.
|
boolean |
putAndMoveToLast(double key,
boolean value)
A customized put method that allows you to insert into the last index.
|
Double2BooleanSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2BooleanSortedMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2BooleanSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2BooleanSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2BooleanEntrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, keySet, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuescompute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2BooleanEntrySet, entrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValuepublic boolean putAndMoveToFirst(double key,
boolean value)
Double2BooleanSortedMapputAndMoveToFirst in interface Double2BooleanSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(double key,
boolean value)
Double2BooleanSortedMapputAndMoveToLast in interface Double2BooleanSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2BooleanSortedMapmoveToFirst in interface Double2BooleanSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2BooleanSortedMapmoveToLast in interface Double2BooleanSortedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(double key)
Double2BooleanSortedMapgetAndMoveToFirst in interface Double2BooleanSortedMapkey - that is searched forpublic boolean getAndMoveToLast(double key)
Double2BooleanSortedMapgetAndMoveToLast in interface Double2BooleanSortedMapkey - that is searched forpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>comparator in interface Double2BooleanSortedMappublic Double2BooleanSortedMap subMap(double fromKey, double toKey)
Double2BooleanSortedMapsubMap in interface Double2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2BooleanSortedMap headMap(double toKey)
Double2BooleanSortedMapheadMap in interface Double2BooleanSortedMaptoKey - where the headMap should endpublic Double2BooleanSortedMap tailMap(double fromKey)
Double2BooleanSortedMaptailMap in interface Double2BooleanSortedMapfromKey - where the TailMap should startpublic double firstDoubleKey()
Double2BooleanSortedMapfirstDoubleKey in interface Double2BooleanSortedMappublic double pollFirstDoubleKey()
Double2BooleanSortedMappollFirstDoubleKey in interface Double2BooleanSortedMappublic double lastDoubleKey()
Double2BooleanSortedMaplastDoubleKey in interface Double2BooleanSortedMappublic double pollLastDoubleKey()
Double2BooleanSortedMappollLastDoubleKey in interface Double2BooleanSortedMappublic boolean firstBooleanValue()
Double2BooleanSortedMapfirstBooleanValue in interface Double2BooleanSortedMappublic boolean lastBooleanValue()
Double2BooleanSortedMaplastBooleanValue in interface Double2BooleanSortedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>firstKey in interface Double2BooleanSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>lastKey in interface Double2BooleanSortedMap@Deprecated public Double2BooleanSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>subMap in interface Double2BooleanSortedMap@Deprecated public Double2BooleanSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>headMap in interface Double2BooleanSortedMap@Deprecated public Double2BooleanSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>tailMap in interface Double2BooleanSortedMap