public static class Double2LongMaps.SynchronizedSortedMap extends Double2LongMaps.SynchronizedMap implements Double2LongSortedMap
AbstractDouble2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2LongSortedMap.FastSortedSetDouble2LongMap.BuilderCache, Double2LongMap.Entry, Double2LongMap.FastEntrySet, Double2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
java.lang.Double |
firstKey()
Deprecated.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
Double2LongSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2LongSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
DoubleSortedSet |
keySet() |
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
java.lang.Double |
lastKey()
Deprecated.
|
long |
lastLongValue()
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.
|
Double2LongSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2LongSortedMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2LongSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2LongSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, double2LongEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsLong, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, double2LongEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Long>comparator in interface Double2LongSortedMappublic Double2LongSortedMap subMap(double fromKey, double toKey)
Double2LongSortedMapsubMap in interface Double2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2LongSortedMap headMap(double toKey)
Double2LongSortedMapheadMap in interface Double2LongSortedMaptoKey - where the headMap should endpublic Double2LongSortedMap tailMap(double fromKey)
Double2LongSortedMaptailMap in interface Double2LongSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Long>keySet in interface Double2LongMapkeySet in interface Double2LongSortedMapkeySet in class Double2LongMaps.SynchronizedMappublic double firstDoubleKey()
Double2LongSortedMapfirstDoubleKey in interface Double2LongSortedMappublic double pollFirstDoubleKey()
Double2LongSortedMappollFirstDoubleKey in interface Double2LongSortedMappublic double lastDoubleKey()
Double2LongSortedMaplastDoubleKey in interface Double2LongSortedMappublic double pollLastDoubleKey()
Double2LongSortedMappollLastDoubleKey in interface Double2LongSortedMappublic long firstLongValue()
Double2LongSortedMapfirstLongValue in interface Double2LongSortedMappublic long lastLongValue()
Double2LongSortedMaplastLongValue in interface Double2LongSortedMappublic Double2LongSortedMap copy()
Double2LongMapcopy in interface Double2LongMapcopy in interface Double2LongSortedMapcopy in class Double2LongMaps.SynchronizedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Long>firstKey in interface Double2LongSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Long>lastKey in interface Double2LongSortedMap@Deprecated public Double2LongSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Long>subMap in interface Double2LongSortedMap@Deprecated public Double2LongSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Long>headMap in interface Double2LongSortedMap@Deprecated public Double2LongSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Long>tailMap in interface Double2LongSortedMap