public static class Long2DoubleMaps.UnmodifyableSortedMap extends Long2DoubleMaps.UnmodifyableMap 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.
|
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
|
LongSortedSet |
keySet() |
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
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 |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, long2DoubleEntrySet, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, subFrom, supplyDoubleIfAbsent, 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, applyAsDouble, 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, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentpublic 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.UnmodifyableMappublic 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.UnmodifyableMap