public static class Short2DoubleMaps.SynchronizedNavigableMap extends Short2DoubleMaps.SynchronizedSortedMap implements Short2DoubleNavigableMap
AbstractShort2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2DoubleSortedMap.FastSortedSetShort2DoubleMap.BuilderCache, Short2DoubleMap.Entry, Short2DoubleMap.FastEntrySet, Short2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2DoubleMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2DoubleMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
Short2DoubleNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2DoubleNavigableMap |
descendingMap() |
Short2DoubleMap.Entry |
firstEntry() |
Short2DoubleMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2DoubleMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Short |
floorKey(java.lang.Short key)
Deprecated.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2DoubleNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2DoubleNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2DoubleMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2DoubleMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
keySet() |
Short2DoubleMap.Entry |
lastEntry() |
Short2DoubleMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2DoubleMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2DoubleMap.Entry |
pollFirstEntry() |
Short2DoubleMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2DoubleNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2DoubleNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2DoubleNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2DoubleNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2DoubleNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstDoubleValue, firstKey, firstShortKey, lastDoubleValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, addToAll, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, short2DoubleEntrySet, size, subFrom, supplyDoubleIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstDoubleValue, firstKey, firstShortKey, lastDoubleValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, short2DoubleEntrySet, subFrom, supplyDoubleIfAbsentpublic Short2DoubleNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>descendingMap in interface Short2DoubleNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>navigableKeySet in interface Short2DoubleNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>descendingKeySet in interface Short2DoubleNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Double>keySet in interface Short2DoubleMapkeySet in interface Short2DoubleNavigableMapkeySet in interface Short2DoubleSortedMapkeySet in class Short2DoubleMaps.SynchronizedSortedMappublic Short2DoubleMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>firstEntry in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>lastEntry in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>pollFirstEntry in interface Short2DoubleNavigableMappublic Short2DoubleMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>pollLastEntry in interface Short2DoubleNavigableMappublic Short2DoubleNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2DoubleNavigableMapsubMap in interface Short2DoubleNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2DoubleNavigableMap headMap(short toKey, boolean inclusive)
Short2DoubleNavigableMapheadMap in interface Short2DoubleNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2DoubleNavigableMap tailMap(short fromKey, boolean inclusive)
Short2DoubleNavigableMaptailMap in interface Short2DoubleNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2DoubleNavigableMap subMap(short fromKey, short toKey)
Short2DoubleSortedMapsubMap in interface Short2DoubleNavigableMapsubMap in interface Short2DoubleSortedMapsubMap in class Short2DoubleMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2DoubleNavigableMap headMap(short toKey)
Short2DoubleSortedMapheadMap in interface Short2DoubleNavigableMapheadMap in interface Short2DoubleSortedMapheadMap in class Short2DoubleMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2DoubleNavigableMap tailMap(short fromKey)
Short2DoubleSortedMaptailMap in interface Short2DoubleNavigableMaptailMap in interface Short2DoubleSortedMaptailMap in class Short2DoubleMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic short lowerKey(short key)
Short2DoubleNavigableMaplowerKey in interface Short2DoubleNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2DoubleNavigableMaphigherKey in interface Short2DoubleNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2DoubleNavigableMapfloorKey in interface Short2DoubleNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2DoubleNavigableMapceilingKey in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry lowerEntry(short key)
Short2DoubleNavigableMaplowerEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry higherEntry(short key)
Short2DoubleNavigableMaphigherEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry floorEntry(short key)
Short2DoubleNavigableMapfloorEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleMap.Entry ceilingEntry(short key)
Short2DoubleNavigableMapceilingEntry in interface Short2DoubleNavigableMapkey - that should be compared with.public Short2DoubleNavigableMap copy()
Short2DoubleMapcopy in interface Short2DoubleMapcopy in interface Short2DoubleNavigableMapcopy in interface Short2DoubleSortedMapcopy in class Short2DoubleMaps.SynchronizedSortedMap@Deprecated public Short2DoubleNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>subMap in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>headMap in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>tailMap in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Double>subMap in interface Short2DoubleNavigableMapsubMap in interface Short2DoubleSortedMapsubMap in class Short2DoubleMaps.SynchronizedSortedMap@Deprecated public Short2DoubleNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Double>headMap in interface Short2DoubleNavigableMapheadMap in interface Short2DoubleSortedMapheadMap in class Short2DoubleMaps.SynchronizedSortedMap@Deprecated public Short2DoubleNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Double>tailMap in interface Short2DoubleNavigableMaptailMap in interface Short2DoubleSortedMaptailMap in class Short2DoubleMaps.SynchronizedSortedMappublic void setDefaultMaxValue(short e)
Short2DoubleNavigableMapsetDefaultMaxValue in interface Short2DoubleNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2DoubleNavigableMapgetDefaultMaxValue in interface Short2DoubleNavigableMappublic void setDefaultMinValue(short e)
Short2DoubleNavigableMapsetDefaultMinValue in interface Short2DoubleNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2DoubleNavigableMapgetDefaultMinValue in interface Short2DoubleNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>lowerKey in interface Short2DoubleNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>floorKey in interface Short2DoubleNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>ceilingKey in interface Short2DoubleNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>higherKey in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>lowerEntry in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>floorEntry in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>ceilingEntry in interface Short2DoubleNavigableMap@Deprecated public Short2DoubleMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Double>higherEntry in interface Short2DoubleNavigableMap