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.BuilderCache, Double2BooleanMap.Entry, Double2BooleanMap.FastEntrySet, Double2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2BooleanSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
Double2BooleanSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2BooleanSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
DoubleSortedSet |
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.
|
java.lang.Double |
lastKey()
Deprecated.
|
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.
|
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, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesbuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2BooleanEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsent, testpublic 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 DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>keySet in interface Double2BooleanMapkeySet in interface Double2BooleanSortedMapkeySet in class Double2BooleanMaps.SynchronizedMappublic 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 Double2BooleanSortedMappublic Double2BooleanSortedMap copy()
Double2BooleanMapcopy in interface Double2BooleanMapcopy in interface Double2BooleanSortedMapcopy in class Double2BooleanMaps.SynchronizedMap@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