public static class Int2DoubleMaps.UnmodifyableNavigableMap extends Int2DoubleMaps.UnmodifyableSortedMap implements Int2DoubleNavigableMap
AbstractInt2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2DoubleSortedMap.FastSortedSetInt2DoubleMap.BuilderCache, Int2DoubleMap.Entry, Int2DoubleMap.FastEntrySet, Int2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2DoubleMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Int2DoubleNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2DoubleNavigableMap |
descendingMap() |
Int2DoubleMap.Entry |
firstEntry() |
Int2DoubleMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Int2DoubleNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2DoubleNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2DoubleMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
IntNavigableSet |
keySet() |
Int2DoubleMap.Entry |
lastEntry() |
Int2DoubleMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
IntNavigableSet |
navigableKeySet() |
Int2DoubleMap.Entry |
pollFirstEntry() |
Int2DoubleMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubMaps.
|
Int2DoubleNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2DoubleNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2DoubleNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2DoubleNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleValue, firstIntKey, lastDoubleValue, lastIntKey, pollFirstIntKey, pollLastIntKeyaddTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, int2DoubleEntrySet, 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, firstIntKey, firstKey, lastDoubleValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, applyAsDouble, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2DoubleEntrySet, 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 Int2DoubleNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>descendingMap in interface Int2DoubleNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>navigableKeySet in interface Int2DoubleNavigableMappublic IntNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Double>keySet in interface Int2DoubleMapkeySet in interface Int2DoubleNavigableMapkeySet in interface Int2DoubleSortedMapkeySet in class Int2DoubleMaps.UnmodifyableSortedMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>descendingKeySet in interface Int2DoubleNavigableMappublic Int2DoubleMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>firstEntry in interface Int2DoubleNavigableMappublic Int2DoubleMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>lastEntry in interface Int2DoubleNavigableMappublic Int2DoubleMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>pollFirstEntry in interface Int2DoubleNavigableMappublic Int2DoubleMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>pollLastEntry in interface Int2DoubleNavigableMappublic Int2DoubleNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2DoubleNavigableMapsubMap in interface Int2DoubleNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2DoubleNavigableMap headMap(int toKey, boolean inclusive)
Int2DoubleNavigableMapheadMap in interface Int2DoubleNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2DoubleNavigableMap tailMap(int fromKey, boolean inclusive)
Int2DoubleNavigableMaptailMap in interface Int2DoubleNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2DoubleNavigableMap subMap(int fromKey, int toKey)
Int2DoubleSortedMapsubMap in interface Int2DoubleNavigableMapsubMap in interface Int2DoubleSortedMapsubMap in class Int2DoubleMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2DoubleNavigableMap headMap(int toKey)
Int2DoubleSortedMapheadMap in interface Int2DoubleNavigableMapheadMap in interface Int2DoubleSortedMapheadMap in class Int2DoubleMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Int2DoubleNavigableMap tailMap(int fromKey)
Int2DoubleSortedMaptailMap in interface Int2DoubleNavigableMaptailMap in interface Int2DoubleSortedMaptailMap in class Int2DoubleMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(int e)
Int2DoubleNavigableMapsetDefaultMaxValue in interface Int2DoubleNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2DoubleNavigableMapgetDefaultMaxValue in interface Int2DoubleNavigableMappublic void setDefaultMinValue(int e)
Int2DoubleNavigableMapsetDefaultMinValue in interface Int2DoubleNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2DoubleNavigableMapgetDefaultMinValue in interface Int2DoubleNavigableMappublic int lowerKey(int key)
Int2DoubleNavigableMaplowerKey in interface Int2DoubleNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2DoubleNavigableMaphigherKey in interface Int2DoubleNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2DoubleNavigableMapfloorKey in interface Int2DoubleNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2DoubleNavigableMapceilingKey in interface Int2DoubleNavigableMapkey - that should be compared with.public Int2DoubleMap.Entry lowerEntry(int key)
Int2DoubleNavigableMaplowerEntry in interface Int2DoubleNavigableMapkey - that should be compared with.public Int2DoubleMap.Entry higherEntry(int key)
Int2DoubleNavigableMaphigherEntry in interface Int2DoubleNavigableMapkey - that should be compared with.public Int2DoubleMap.Entry floorEntry(int key)
Int2DoubleNavigableMapfloorEntry in interface Int2DoubleNavigableMapkey - that should be compared with.public Int2DoubleMap.Entry ceilingEntry(int key)
Int2DoubleNavigableMapceilingEntry in interface Int2DoubleNavigableMapkey - that should be compared with.public Int2DoubleNavigableMap copy()
Int2DoubleMapcopy in interface Int2DoubleMapcopy in interface Int2DoubleNavigableMapcopy in interface Int2DoubleSortedMapcopy in class Int2DoubleMaps.UnmodifyableSortedMap