public static class Double2DoubleMaps.UnmodifyableSortedMap extends Double2DoubleMaps.UnmodifyableMap implements Double2DoubleSortedMap
AbstractDouble2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2DoubleSortedMap.FastSortedSetDouble2DoubleMap.BuilderCache, Double2DoubleMap.Entry, Double2DoubleMap.FastEntrySet, Double2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2DoubleSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
Double2DoubleSortedMap |
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.
|
double |
lastDoubleValue()
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.
|
Double2DoubleSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2DoubleSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, double2DoubleEntrySet, 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, double2DoubleEntrySet, entrySet, 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, supplyDoubleIfAbsentandThen, compose, identitypublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Double>comparator in interface Double2DoubleSortedMappublic Double2DoubleSortedMap subMap(double fromKey, double toKey)
Double2DoubleSortedMapsubMap in interface Double2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2DoubleSortedMap headMap(double toKey)
Double2DoubleSortedMapheadMap in interface Double2DoubleSortedMaptoKey - where the headMap should endpublic Double2DoubleSortedMap tailMap(double fromKey)
Double2DoubleSortedMaptailMap in interface Double2DoubleSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Double>keySet in interface Double2DoubleMapkeySet in interface Double2DoubleSortedMapkeySet in class Double2DoubleMaps.UnmodifyableMappublic double firstDoubleKey()
Double2DoubleSortedMapfirstDoubleKey in interface Double2DoubleSortedMappublic double pollFirstDoubleKey()
Double2DoubleSortedMappollFirstDoubleKey in interface Double2DoubleSortedMappublic double lastDoubleKey()
Double2DoubleSortedMaplastDoubleKey in interface Double2DoubleSortedMappublic double pollLastDoubleKey()
Double2DoubleSortedMappollLastDoubleKey in interface Double2DoubleSortedMappublic double firstDoubleValue()
Double2DoubleSortedMapfirstDoubleValue in interface Double2DoubleSortedMappublic double lastDoubleValue()
Double2DoubleSortedMaplastDoubleValue in interface Double2DoubleSortedMappublic Double2DoubleSortedMap copy()
Double2DoubleMapcopy in interface Double2DoubleMapcopy in interface Double2DoubleSortedMapcopy in class Double2DoubleMaps.UnmodifyableMap