public static class Double2LongMaps.UnmodifyableSortedMap extends Double2LongMaps.UnmodifyableMap 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.
|
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
|
DoubleSortedSet |
keySet() |
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
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 |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, double2LongEntrySet, get, getOrDefault, mergeAllLong, mergeLong, put, putIfAbsent, remove, remove, removeOrDefault, replaceLongs, replaceLongs, subFrom, supplyLongIfAbsent, 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, 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, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentapplyAsLongpublic 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.UnmodifyableMappublic 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.UnmodifyableMap