public static class Float2DoubleMaps.SynchronizedSortedMap extends Float2DoubleMaps.SynchronizedMap implements Float2DoubleSortedMap
AbstractFloat2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2DoubleSortedMap.FastSortedSetFloat2DoubleMap.BuilderCache, Float2DoubleMap.Entry, Float2DoubleMap.FastEntrySet, Float2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2DoubleSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
java.lang.Float |
firstKey()
Deprecated.
|
Float2DoubleSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2DoubleSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
FloatSortedSet |
keySet() |
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
java.lang.Float |
lastKey()
Deprecated.
|
float |
pollFirstFloatKey()
A method to get and remove the first Key of a Map.
|
float |
pollLastFloatKey()
A method to get and remove the last Key of a Map.
|
Float2DoubleSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2DoubleSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2DoubleSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2DoubleSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, float2DoubleEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, subFrom, supplyDoubleIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsDouble, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2DoubleEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Double>comparator in interface Float2DoubleSortedMappublic Float2DoubleSortedMap subMap(float fromKey, float toKey)
Float2DoubleSortedMapsubMap in interface Float2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2DoubleSortedMap headMap(float toKey)
Float2DoubleSortedMapheadMap in interface Float2DoubleSortedMaptoKey - where the headMap should endpublic Float2DoubleSortedMap tailMap(float fromKey)
Float2DoubleSortedMaptailMap in interface Float2DoubleSortedMapfromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Double>keySet in interface Float2DoubleMapkeySet in interface Float2DoubleSortedMapkeySet in class Float2DoubleMaps.SynchronizedMappublic float firstFloatKey()
Float2DoubleSortedMapfirstFloatKey in interface Float2DoubleSortedMappublic float pollFirstFloatKey()
Float2DoubleSortedMappollFirstFloatKey in interface Float2DoubleSortedMappublic float lastFloatKey()
Float2DoubleSortedMaplastFloatKey in interface Float2DoubleSortedMappublic float pollLastFloatKey()
Float2DoubleSortedMappollLastFloatKey in interface Float2DoubleSortedMappublic double firstDoubleValue()
Float2DoubleSortedMapfirstDoubleValue in interface Float2DoubleSortedMappublic double lastDoubleValue()
Float2DoubleSortedMaplastDoubleValue in interface Float2DoubleSortedMappublic Float2DoubleSortedMap copy()
Float2DoubleMapcopy in interface Float2DoubleMapcopy in interface Float2DoubleSortedMapcopy in class Float2DoubleMaps.SynchronizedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Double>firstKey in interface Float2DoubleSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Double>lastKey in interface Float2DoubleSortedMap@Deprecated public Float2DoubleSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Double>subMap in interface Float2DoubleSortedMap@Deprecated public Float2DoubleSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Double>headMap in interface Float2DoubleSortedMap@Deprecated public Float2DoubleSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Double>tailMap in interface Float2DoubleSortedMap