public static class Double2FloatMaps.SynchronizedSortedMap extends Double2FloatMaps.SynchronizedMap implements Double2FloatSortedMap
AbstractDouble2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2FloatSortedMap.FastSortedSetDouble2FloatMap.BuilderCache, Double2FloatMap.Entry, Double2FloatMap.FastEntrySet, Double2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2FloatSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
java.lang.Double |
firstKey()
Deprecated.
|
Double2FloatSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2FloatSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
DoubleSortedSet |
keySet() |
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
A method to get the last Value 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.
|
Double2FloatSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2FloatSortedMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2FloatSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2FloatSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2FloatEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, subFrom, supplyFloatIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2FloatEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsentpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Float>comparator in interface Double2FloatSortedMappublic Double2FloatSortedMap subMap(double fromKey, double toKey)
Double2FloatSortedMapsubMap in interface Double2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2FloatSortedMap headMap(double toKey)
Double2FloatSortedMapheadMap in interface Double2FloatSortedMaptoKey - where the headMap should endpublic Double2FloatSortedMap tailMap(double fromKey)
Double2FloatSortedMaptailMap in interface Double2FloatSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Float>keySet in interface Double2FloatMapkeySet in interface Double2FloatSortedMapkeySet in class Double2FloatMaps.SynchronizedMappublic double firstDoubleKey()
Double2FloatSortedMapfirstDoubleKey in interface Double2FloatSortedMappublic double pollFirstDoubleKey()
Double2FloatSortedMappollFirstDoubleKey in interface Double2FloatSortedMappublic double lastDoubleKey()
Double2FloatSortedMaplastDoubleKey in interface Double2FloatSortedMappublic double pollLastDoubleKey()
Double2FloatSortedMappollLastDoubleKey in interface Double2FloatSortedMappublic float firstFloatValue()
Double2FloatSortedMapfirstFloatValue in interface Double2FloatSortedMappublic float lastFloatValue()
Double2FloatSortedMaplastFloatValue in interface Double2FloatSortedMappublic Double2FloatSortedMap copy()
Double2FloatMapcopy in interface Double2FloatMapcopy in interface Double2FloatSortedMapcopy in class Double2FloatMaps.SynchronizedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Float>firstKey in interface Double2FloatSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Float>lastKey in interface Double2FloatSortedMap@Deprecated public Double2FloatSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Float>subMap in interface Double2FloatSortedMap@Deprecated public Double2FloatSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Float>headMap in interface Double2FloatSortedMap@Deprecated public Double2FloatSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Float>tailMap in interface Double2FloatSortedMap