public static class Float2DoubleMaps.UnmodifyableSortedMap extends Float2DoubleMaps.UnmodifyableMap 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.
|
Float2DoubleSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
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 |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, float2DoubleEntrySet, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, subFrom, supplyDoubleIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, 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.UnmodifyableMappublic 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.UnmodifyableMap