V - the keyType of elements maintained by this Collectionpublic static class Double2ObjectMaps.UnmodifyableSortedMap<V> extends Double2ObjectMaps.UnmodifyableMap<V> implements Double2ObjectSortedMap<V>
AbstractDouble2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ObjectSortedMap.FastSortedSet<V>Double2ObjectMap.BuilderCache<V>, Double2ObjectMap.Entry<V>, Double2ObjectMap.FastEntrySet<V>, Double2ObjectMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2ObjectSortedMap<V> |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
V |
firstValue()
A method to get the first Value of a Map.
|
Double2ObjectSortedMap<V> |
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.
|
V |
lastValue()
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.
|
Double2ObjectSortedMap<V> |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ObjectSortedMap<V> |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
clear, compute, computeIfAbsent, computeIfPresent, double2ObjectEntrySet, get, getOrDefault, merge, mergeAll, put, putIfAbsent, remove, remove, removeOrDefault, replaceObjects, replaceObjects, supplyIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuefirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesapply, builder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, double2ObjectEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsentpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,V>comparator in interface Double2ObjectSortedMap<V>public Double2ObjectSortedMap<V> subMap(double fromKey, double toKey)
Double2ObjectSortedMapsubMap in interface Double2ObjectSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Double2ObjectSortedMap<V> headMap(double toKey)
Double2ObjectSortedMapheadMap in interface Double2ObjectSortedMap<V>toKey - where the headMap should endpublic Double2ObjectSortedMap<V> tailMap(double fromKey)
Double2ObjectSortedMaptailMap in interface Double2ObjectSortedMap<V>fromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,V>keySet in interface java.util.SortedMap<java.lang.Double,V>keySet in interface Double2ObjectMap<V>keySet in interface Double2ObjectSortedMap<V>keySet in class Double2ObjectMaps.UnmodifyableMap<V>public double firstDoubleKey()
Double2ObjectSortedMapfirstDoubleKey in interface Double2ObjectSortedMap<V>public double pollFirstDoubleKey()
Double2ObjectSortedMappollFirstDoubleKey in interface Double2ObjectSortedMap<V>public double lastDoubleKey()
Double2ObjectSortedMaplastDoubleKey in interface Double2ObjectSortedMap<V>public double pollLastDoubleKey()
Double2ObjectSortedMappollLastDoubleKey in interface Double2ObjectSortedMap<V>public V firstValue()
Double2ObjectSortedMapfirstValue in interface Double2ObjectSortedMap<V>public V lastValue()
Double2ObjectSortedMaplastValue in interface Double2ObjectSortedMap<V>public Double2ObjectSortedMap<V> copy()
Double2ObjectMapcopy in interface Double2ObjectMap<V>copy in interface Double2ObjectSortedMap<V>copy in class Double2ObjectMaps.UnmodifyableMap<V>