public static class Long2DoubleMaps.SynchronizedSortedMap extends Long2DoubleMaps.SynchronizedMap implements Long2DoubleSortedMap
AbstractLong2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2DoubleSortedMap.FastSortedSetLong2DoubleMap.BuilderCache, Long2DoubleMap.Entry, Long2DoubleMap.FastEntrySet, Long2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2DoubleSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
java.lang.Long |
firstKey()
Deprecated.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
Long2DoubleSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2DoubleSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
LongSortedSet |
keySet() |
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
java.lang.Long |
lastKey()
Deprecated.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
Long2DoubleSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2DoubleSortedMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2DoubleSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2DoubleSortedMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2DoubleEntrySet, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, subFrom, supplyDoubleIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2DoubleEntrySet, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentapplyAsDoublepublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Double>comparator in interface Long2DoubleSortedMappublic Long2DoubleSortedMap subMap(long fromKey, long toKey)
Long2DoubleSortedMapsubMap in interface Long2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2DoubleSortedMap headMap(long toKey)
Long2DoubleSortedMapheadMap in interface Long2DoubleSortedMaptoKey - where the headMap should endpublic Long2DoubleSortedMap tailMap(long fromKey)
Long2DoubleSortedMaptailMap in interface Long2DoubleSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Double>keySet in interface Long2DoubleMapkeySet in interface Long2DoubleSortedMapkeySet in class Long2DoubleMaps.SynchronizedMappublic long firstLongKey()
Long2DoubleSortedMapfirstLongKey in interface Long2DoubleSortedMappublic long pollFirstLongKey()
Long2DoubleSortedMappollFirstLongKey in interface Long2DoubleSortedMappublic long lastLongKey()
Long2DoubleSortedMaplastLongKey in interface Long2DoubleSortedMappublic long pollLastLongKey()
Long2DoubleSortedMappollLastLongKey in interface Long2DoubleSortedMappublic double firstDoubleValue()
Long2DoubleSortedMapfirstDoubleValue in interface Long2DoubleSortedMappublic double lastDoubleValue()
Long2DoubleSortedMaplastDoubleValue in interface Long2DoubleSortedMappublic Long2DoubleSortedMap copy()
Long2DoubleMapcopy in interface Long2DoubleMapcopy in interface Long2DoubleSortedMapcopy in class Long2DoubleMaps.SynchronizedMap@Deprecated public java.lang.Long firstKey()
firstKey in interface java.util.SortedMap<java.lang.Long,java.lang.Double>firstKey in interface Long2DoubleSortedMap@Deprecated public java.lang.Long lastKey()
lastKey in interface java.util.SortedMap<java.lang.Long,java.lang.Double>lastKey in interface Long2DoubleSortedMap@Deprecated public Long2DoubleSortedMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Double>subMap in interface Long2DoubleSortedMap@Deprecated public Long2DoubleSortedMap headMap(java.lang.Long toKey)
headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Double>headMap in interface Long2DoubleSortedMap@Deprecated public Long2DoubleSortedMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Double>tailMap in interface Long2DoubleSortedMap