public static class Double2FloatMaps.UnmodifyableSortedMap extends Double2FloatMaps.UnmodifyableMap 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.
|
Double2FloatSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
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 |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, double2FloatEntrySet, get, getOrDefault, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, 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, 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.UnmodifyableMappublic 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.UnmodifyableMap