T - the keyType of elements maintained by this Collectionpublic static class Object2DoubleMaps.SynchronizedSortedMap<T> extends Object2DoubleMaps.SynchronizedMap<T> implements Object2DoubleSortedMap<T>
AbstractObject2DoubleMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2DoubleSortedMap.FastSortedSet<T>Object2DoubleMap.BuilderCache<T>, Object2DoubleMap.Entry<T>, Object2DoubleMap.FastEntrySet<T>, Object2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<T> |
comparator() |
Object2DoubleSortedMap<T> |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
T |
firstKey() |
Object2DoubleSortedMap<T> |
headMap(T toKey) |
ObjectSortedSet<T> |
keySet() |
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
T |
lastKey() |
T |
pollFirstKey()
A method to get and remove the first Key of a Map.
|
T |
pollLastKey()
A method to get and remove the last Key of a Map.
|
Object2DoubleSortedMap<T> |
subMap(T fromKey,
T toKey) |
Object2DoubleSortedMap<T> |
tailMap(T fromKey) |
addTo, addToAll, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, containsValue, forEach, getDefaultReturnValue, getDouble, getOrDefault, mergeAllDouble, mergeDouble, object2DoubleEntrySet, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, rem, remOrDefault, remove, replace, replace, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, subFrom, supplyDoubleIfAbsent, valuescontainsKey, entrySet, equals, get, getOrDefault, hashCode, put, putAll, removesynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsDouble, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, object2DoubleEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentpublic java.util.Comparator<T> comparator()
comparator in interface java.util.SortedMap<T,java.lang.Double>comparator in interface Object2DoubleSortedMap<T>public Object2DoubleSortedMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.SortedMap<T,java.lang.Double>subMap in interface Object2DoubleSortedMap<T>public Object2DoubleSortedMap<T> headMap(T toKey)
headMap in interface java.util.SortedMap<T,java.lang.Double>headMap in interface Object2DoubleSortedMap<T>public Object2DoubleSortedMap<T> tailMap(T fromKey)
tailMap in interface java.util.SortedMap<T,java.lang.Double>tailMap in interface Object2DoubleSortedMap<T>public ObjectSortedSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Double>keySet in interface java.util.SortedMap<T,java.lang.Double>keySet in interface Object2DoubleMap<T>keySet in interface Object2DoubleSortedMap<T>keySet in class Object2DoubleMaps.SynchronizedMap<T>public T firstKey()
firstKey in interface java.util.SortedMap<T,java.lang.Double>public T pollFirstKey()
Object2DoubleSortedMappollFirstKey in interface Object2DoubleSortedMap<T>public T lastKey()
lastKey in interface java.util.SortedMap<T,java.lang.Double>public T pollLastKey()
Object2DoubleSortedMappollLastKey in interface Object2DoubleSortedMap<T>public double firstDoubleValue()
Object2DoubleSortedMapfirstDoubleValue in interface Object2DoubleSortedMap<T>public double lastDoubleValue()
Object2DoubleSortedMaplastDoubleValue in interface Object2DoubleSortedMap<T>public Object2DoubleSortedMap<T> copy()
Object2DoubleMapcopy in interface Object2DoubleMap<T>copy in interface Object2DoubleSortedMap<T>copy in class Object2DoubleMaps.SynchronizedMap<T>