public static class Double2BooleanMaps.UnmodifyableOrderedMap extends Double2BooleanMaps.UnmodifyableMap implements Double2BooleanOrderedMap
AbstractDouble2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2BooleanOrderedMap.FastOrderedSetDouble2BooleanMap.BuilderCache, Double2BooleanMap.Entry, Double2BooleanMap.FastEntrySet, Double2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2BooleanOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ObjectOrderedSet<Double2BooleanMap.Entry> |
double2BooleanEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
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.
|
DoubleOrderedSet |
keySet() |
boolean |
lastBooleanValue()
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.
|
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.
|
clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringsynchronize, synchronize, unmodifiablebuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsent, valuespublic boolean putAndMoveToFirst(double key,
boolean value)
Double2BooleanOrderedMapputAndMoveToFirst in interface Double2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(double key,
boolean value)
Double2BooleanOrderedMapputAndMoveToLast in interface Double2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2BooleanOrderedMapmoveToFirst in interface Double2BooleanOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2BooleanOrderedMapmoveToLast in interface Double2BooleanOrderedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(double key)
Double2BooleanOrderedMapgetAndMoveToFirst in interface Double2BooleanOrderedMapkey - that is searched forpublic boolean getAndMoveToLast(double key)
Double2BooleanOrderedMapgetAndMoveToLast in interface Double2BooleanOrderedMapkey - that is searched forpublic double firstDoubleKey()
Double2BooleanOrderedMapfirstDoubleKey in interface Double2BooleanOrderedMappublic double pollFirstDoubleKey()
Double2BooleanOrderedMappollFirstDoubleKey in interface Double2BooleanOrderedMappublic double lastDoubleKey()
Double2BooleanOrderedMaplastDoubleKey in interface Double2BooleanOrderedMappublic double pollLastDoubleKey()
Double2BooleanOrderedMappollLastDoubleKey in interface Double2BooleanOrderedMappublic boolean firstBooleanValue()
Double2BooleanOrderedMapfirstBooleanValue in interface Double2BooleanOrderedMappublic boolean lastBooleanValue()
Double2BooleanOrderedMaplastBooleanValue in interface Double2BooleanOrderedMappublic Double2BooleanOrderedMap copy()
Double2BooleanMapcopy in interface Double2BooleanMapcopy in interface Double2BooleanOrderedMapcopy in class Double2BooleanMaps.UnmodifyableMappublic DoubleOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Boolean>keySet in interface Double2BooleanMapkeySet in interface Double2BooleanOrderedMapkeySet in class Double2BooleanMaps.UnmodifyableMappublic ObjectOrderedSet<Double2BooleanMap.Entry> double2BooleanEntrySet()
Double2BooleanMapdouble2BooleanEntrySet in interface Double2BooleanMapdouble2BooleanEntrySet in interface Double2BooleanOrderedMapdouble2BooleanEntrySet in class Double2BooleanMaps.UnmodifyableMap