public static class Int2DoubleMaps.SynchronizedNavigableMap extends Int2DoubleMaps.SynchronizedSortedMap implements Int2DoubleNavigableMap
AbstractInt2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2DoubleSortedMap.FastSortedSetInt2DoubleMap.Entry, Int2DoubleMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Int2DoubleMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2DoubleMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
descendingKeySet() |
Int2DoubleNavigableMap |
descendingMap() |
Int2DoubleMap.Entry |
firstEntry() |
Int2DoubleMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2DoubleMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Integer |
floorKey(java.lang.Integer key)
Deprecated.
|
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
|
Int2DoubleNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2DoubleNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2DoubleMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2DoubleMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
Int2DoubleMap.Entry |
lastEntry() |
Int2DoubleMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2DoubleMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
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(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2DoubleNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
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
|
Int2DoubleNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2DoubleNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstDoubleValue, firstIntKey, firstKey, getAndMoveToFirst, getAndMoveToLast, lastDoubleValue, lastIntKey, lastKey, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, int2DoubleEntrySet, keySet, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstDoubleValue, firstIntKey, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastDoubleValue, lastIntKey, lastKey, moveToFirst, moveToLast, pollFirstIntKey, pollLastIntKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, int2DoubleEntrySet, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValueapplyAsDoublepublic 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 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2DoubleNavigableMap headMap(int toKey)
Int2DoubleSortedMapheadMap in interface Int2DoubleNavigableMapheadMap in interface Int2DoubleSortedMapheadMap in class Int2DoubleMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2DoubleNavigableMap tailMap(int fromKey)
Int2DoubleSortedMaptailMap in interface Int2DoubleNavigableMaptailMap in interface Int2DoubleSortedMaptailMap in class Int2DoubleMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.@Deprecated public Int2DoubleNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>subMap in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>headMap in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>tailMap in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Double>subMap in interface Int2DoubleNavigableMapsubMap in interface Int2DoubleSortedMapsubMap in class Int2DoubleMaps.SynchronizedSortedMap@Deprecated public Int2DoubleNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Double>headMap in interface Int2DoubleNavigableMapheadMap in interface Int2DoubleSortedMapheadMap in class Int2DoubleMaps.SynchronizedSortedMap@Deprecated public Int2DoubleNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Double>tailMap in interface Int2DoubleNavigableMaptailMap in interface Int2DoubleSortedMaptailMap in class Int2DoubleMaps.SynchronizedSortedMappublic 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 Int2DoubleNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>lowerKey in interface Int2DoubleNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>floorKey in interface Int2DoubleNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>ceilingKey in interface Int2DoubleNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>higherKey in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>lowerEntry in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>floorEntry in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>ceilingEntry in interface Int2DoubleNavigableMap@Deprecated public Int2DoubleMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Double>higherEntry in interface Int2DoubleNavigableMap