public static class Long2DoubleMaps.UnmodifyableNavigableMap extends Long2DoubleMaps.UnmodifyableSortedMap implements Long2DoubleNavigableMap
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 |
|---|---|
Long2DoubleMap.Entry |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
long |
ceilingKey(long key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Long2DoubleNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
LongNavigableSet |
descendingKeySet() |
Long2DoubleNavigableMap |
descendingMap() |
Long2DoubleMap.Entry |
firstEntry() |
Long2DoubleMap.Entry |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
long |
floorKey(long key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
long |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
long |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Long2DoubleNavigableMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2DoubleNavigableMap |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2DoubleMap.Entry |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
long |
higherKey(long key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
LongNavigableSet |
keySet() |
Long2DoubleMap.Entry |
lastEntry() |
Long2DoubleMap.Entry |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
long |
lowerKey(long key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
LongNavigableSet |
navigableKeySet() |
Long2DoubleMap.Entry |
pollFirstEntry() |
Long2DoubleMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(long e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(long e)
A Helper method to set the min value for SubMaps.
|
Long2DoubleNavigableMap |
subMap(long fromKey,
boolean fromInclusive,
long toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2DoubleNavigableMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2DoubleNavigableMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2DoubleNavigableMap |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleValue, firstLongKey, lastDoubleValue, lastLongKey, pollFirstLongKey, pollLastLongKeyaddTo, 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, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstDoubleValue, firstKey, firstLongKey, lastDoubleValue, lastKey, lastLongKey, pollFirstLongKey, pollLastLongKey, 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 Long2DoubleNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>descendingMap in interface Long2DoubleNavigableMappublic LongNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>navigableKeySet in interface Long2DoubleNavigableMappublic LongNavigableSet 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 Long2DoubleNavigableMapkeySet in interface Long2DoubleSortedMapkeySet in class Long2DoubleMaps.UnmodifyableSortedMappublic LongNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>descendingKeySet in interface Long2DoubleNavigableMappublic Long2DoubleMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>firstEntry in interface Long2DoubleNavigableMappublic Long2DoubleMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>lastEntry in interface Long2DoubleNavigableMappublic Long2DoubleMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>pollFirstEntry in interface Long2DoubleNavigableMappublic Long2DoubleMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Double>pollLastEntry in interface Long2DoubleNavigableMappublic Long2DoubleNavigableMap subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive)
Long2DoubleNavigableMapsubMap in interface Long2DoubleNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Long2DoubleNavigableMap headMap(long toKey, boolean inclusive)
Long2DoubleNavigableMapheadMap in interface Long2DoubleNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Long2DoubleNavigableMap tailMap(long fromKey, boolean inclusive)
Long2DoubleNavigableMaptailMap in interface Long2DoubleNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Long2DoubleNavigableMap subMap(long fromKey, long toKey)
Long2DoubleSortedMapsubMap in interface Long2DoubleNavigableMapsubMap in interface Long2DoubleSortedMapsubMap in class Long2DoubleMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2DoubleNavigableMap headMap(long toKey)
Long2DoubleSortedMapheadMap in interface Long2DoubleNavigableMapheadMap in interface Long2DoubleSortedMapheadMap in class Long2DoubleMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Long2DoubleNavigableMap tailMap(long fromKey)
Long2DoubleSortedMaptailMap in interface Long2DoubleNavigableMaptailMap in interface Long2DoubleSortedMaptailMap in class Long2DoubleMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(long e)
Long2DoubleNavigableMapsetDefaultMaxValue in interface Long2DoubleNavigableMape - the new max valuepublic long getDefaultMaxValue()
Long2DoubleNavigableMapgetDefaultMaxValue in interface Long2DoubleNavigableMappublic void setDefaultMinValue(long e)
Long2DoubleNavigableMapsetDefaultMinValue in interface Long2DoubleNavigableMape - the new min valuepublic long getDefaultMinValue()
Long2DoubleNavigableMapgetDefaultMinValue in interface Long2DoubleNavigableMappublic long lowerKey(long key)
Long2DoubleNavigableMaplowerKey in interface Long2DoubleNavigableMapkey - that should be compared with.public long higherKey(long key)
Long2DoubleNavigableMaphigherKey in interface Long2DoubleNavigableMapkey - that should be compared with.public long floorKey(long key)
Long2DoubleNavigableMapfloorKey in interface Long2DoubleNavigableMapkey - that should be compared with.public long ceilingKey(long key)
Long2DoubleNavigableMapceilingKey in interface Long2DoubleNavigableMapkey - that should be compared with.public Long2DoubleMap.Entry lowerEntry(long key)
Long2DoubleNavigableMaplowerEntry in interface Long2DoubleNavigableMapkey - that should be compared with.public Long2DoubleMap.Entry higherEntry(long key)
Long2DoubleNavigableMaphigherEntry in interface Long2DoubleNavigableMapkey - that should be compared with.public Long2DoubleMap.Entry floorEntry(long key)
Long2DoubleNavigableMapfloorEntry in interface Long2DoubleNavigableMapkey - that should be compared with.public Long2DoubleMap.Entry ceilingEntry(long key)
Long2DoubleNavigableMapceilingEntry in interface Long2DoubleNavigableMapkey - that should be compared with.public Long2DoubleNavigableMap copy()
Long2DoubleMapcopy in interface Long2DoubleMapcopy in interface Long2DoubleNavigableMapcopy in interface Long2DoubleSortedMapcopy in class Long2DoubleMaps.UnmodifyableSortedMap