public static class Double2LongMaps.UnmodifyableNavigableMap extends Double2LongMaps.UnmodifyableSortedMap implements Double2LongNavigableMap
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 |
|---|---|
Double2LongMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Double2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2LongNavigableMap |
descendingMap() |
Double2LongMap.Entry |
firstEntry() |
Double2LongMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
double |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
double |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Double2LongNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2LongMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
keySet() |
Double2LongMap.Entry |
lastEntry() |
Double2LongMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
navigableKeySet() |
Double2LongMap.Entry |
pollFirstEntry() |
Double2LongMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(double e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(double e)
A Helper method to set the min value for SubMaps.
|
Double2LongNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleKey, firstLongValue, lastDoubleKey, lastLongValue, pollFirstDoubleKey, pollLastDoubleKeyaddTo, 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, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstDoubleKey, firstKey, firstLongValue, lastDoubleKey, lastKey, lastLongValue, pollFirstDoubleKey, pollLastDoubleKey, 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 Double2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>descendingMap in interface Double2LongNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>navigableKeySet in interface Double2LongNavigableMappublic DoubleNavigableSet 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 Double2LongNavigableMapkeySet in interface Double2LongSortedMapkeySet in class Double2LongMaps.UnmodifyableSortedMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>descendingKeySet in interface Double2LongNavigableMappublic Double2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>firstEntry in interface Double2LongNavigableMappublic Double2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>lastEntry in interface Double2LongNavigableMappublic Double2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>pollFirstEntry in interface Double2LongNavigableMappublic Double2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>pollLastEntry in interface Double2LongNavigableMappublic Double2LongNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2LongNavigableMapsubMap in interface Double2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2LongNavigableMap headMap(double toKey, boolean inclusive)
Double2LongNavigableMapheadMap in interface Double2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2LongNavigableMap tailMap(double fromKey, boolean inclusive)
Double2LongNavigableMaptailMap in interface Double2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2LongNavigableMap subMap(double fromKey, double toKey)
Double2LongSortedMapsubMap in interface Double2LongNavigableMapsubMap in interface Double2LongSortedMapsubMap in class Double2LongMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2LongNavigableMap headMap(double toKey)
Double2LongSortedMapheadMap in interface Double2LongNavigableMapheadMap in interface Double2LongSortedMapheadMap in class Double2LongMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Double2LongNavigableMap tailMap(double fromKey)
Double2LongSortedMaptailMap in interface Double2LongNavigableMaptailMap in interface Double2LongSortedMaptailMap in class Double2LongMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(double e)
Double2LongNavigableMapsetDefaultMaxValue in interface Double2LongNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2LongNavigableMapgetDefaultMaxValue in interface Double2LongNavigableMappublic void setDefaultMinValue(double e)
Double2LongNavigableMapsetDefaultMinValue in interface Double2LongNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2LongNavigableMapgetDefaultMinValue in interface Double2LongNavigableMappublic double lowerKey(double key)
Double2LongNavigableMaplowerKey in interface Double2LongNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2LongNavigableMaphigherKey in interface Double2LongNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2LongNavigableMapfloorKey in interface Double2LongNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2LongNavigableMapceilingKey in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry lowerEntry(double key)
Double2LongNavigableMaplowerEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry higherEntry(double key)
Double2LongNavigableMaphigherEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry floorEntry(double key)
Double2LongNavigableMapfloorEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry ceilingEntry(double key)
Double2LongNavigableMapceilingEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongNavigableMap copy()
Double2LongMapcopy in interface Double2LongMapcopy in interface Double2LongNavigableMapcopy in interface Double2LongSortedMapcopy in class Double2LongMaps.UnmodifyableSortedMap