public static class Double2ShortMaps.SynchronizedNavigableMap extends Double2ShortMaps.SynchronizedSortedMap implements Double2ShortNavigableMap
AbstractDouble2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ShortSortedMap.FastSortedSetDouble2ShortMap.BuilderCache, Double2ShortMap.Entry, Double2ShortMap.FastEntrySet, Double2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2ShortMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Double2ShortMap.Entry |
ceilingEntry(java.lang.Double key)
Deprecated.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Double |
ceilingKey(java.lang.Double key)
Deprecated.
|
Double2ShortNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2ShortNavigableMap |
descendingMap() |
Double2ShortMap.Entry |
firstEntry() |
Double2ShortMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Double2ShortMap.Entry |
floorEntry(java.lang.Double key)
Deprecated.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Double |
floorKey(java.lang.Double key)
Deprecated.
|
double |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
double |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Double2ShortNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
headMap(java.lang.Double toKey)
Deprecated.
|
Double2ShortNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
headMap(java.lang.Double toKey,
boolean inclusive)
Deprecated.
|
Double2ShortMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Double2ShortMap.Entry |
higherEntry(java.lang.Double key)
Deprecated.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Double |
higherKey(java.lang.Double key)
Deprecated.
|
DoubleNavigableSet |
keySet() |
Double2ShortMap.Entry |
lastEntry() |
Double2ShortMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Double2ShortMap.Entry |
lowerEntry(java.lang.Double key)
Deprecated.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Double |
lowerKey(java.lang.Double key)
Deprecated.
|
DoubleNavigableSet |
navigableKeySet() |
Double2ShortMap.Entry |
pollFirstEntry() |
Double2ShortMap.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.
|
Double2ShortNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
subMap(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
Double2ShortNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2ShortNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2ShortNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstDoubleKey, firstKey, firstShortValue, lastDoubleKey, lastKey, lastShortValue, pollFirstDoubleKey, pollLastDoubleKeyaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, double2ShortEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstDoubleKey, firstKey, firstShortValue, lastDoubleKey, lastKey, lastShortValue, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, double2ShortEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic Double2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>descendingMap in interface Double2ShortNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>navigableKeySet in interface Double2ShortNavigableMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>descendingKeySet in interface Double2ShortNavigableMappublic DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Short>keySet in interface Double2ShortMapkeySet in interface Double2ShortNavigableMapkeySet in interface Double2ShortSortedMapkeySet in class Double2ShortMaps.SynchronizedSortedMappublic Double2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>firstEntry in interface Double2ShortNavigableMappublic Double2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>lastEntry in interface Double2ShortNavigableMappublic Double2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>pollFirstEntry in interface Double2ShortNavigableMappublic Double2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>pollLastEntry in interface Double2ShortNavigableMappublic Double2ShortNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2ShortNavigableMapsubMap in interface Double2ShortNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2ShortNavigableMap headMap(double toKey, boolean inclusive)
Double2ShortNavigableMapheadMap in interface Double2ShortNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2ShortNavigableMap tailMap(double fromKey, boolean inclusive)
Double2ShortNavigableMaptailMap in interface Double2ShortNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2ShortNavigableMap subMap(double fromKey, double toKey)
Double2ShortSortedMapsubMap in interface Double2ShortNavigableMapsubMap in interface Double2ShortSortedMapsubMap in class Double2ShortMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ShortNavigableMap headMap(double toKey)
Double2ShortSortedMapheadMap in interface Double2ShortNavigableMapheadMap in interface Double2ShortSortedMapheadMap in class Double2ShortMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Double2ShortNavigableMap tailMap(double fromKey)
Double2ShortSortedMaptailMap in interface Double2ShortNavigableMaptailMap in interface Double2ShortSortedMaptailMap in class Double2ShortMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic double lowerKey(double key)
Double2ShortNavigableMaplowerKey in interface Double2ShortNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2ShortNavigableMaphigherKey in interface Double2ShortNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2ShortNavigableMapfloorKey in interface Double2ShortNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2ShortNavigableMapceilingKey in interface Double2ShortNavigableMapkey - that should be compared with.public Double2ShortMap.Entry lowerEntry(double key)
Double2ShortNavigableMaplowerEntry in interface Double2ShortNavigableMapkey - that should be compared with.public Double2ShortMap.Entry higherEntry(double key)
Double2ShortNavigableMaphigherEntry in interface Double2ShortNavigableMapkey - that should be compared with.public Double2ShortMap.Entry floorEntry(double key)
Double2ShortNavigableMapfloorEntry in interface Double2ShortNavigableMapkey - that should be compared with.public Double2ShortMap.Entry ceilingEntry(double key)
Double2ShortNavigableMapceilingEntry in interface Double2ShortNavigableMapkey - that should be compared with.public Double2ShortNavigableMap copy()
Double2ShortMapcopy in interface Double2ShortMapcopy in interface Double2ShortNavigableMapcopy in interface Double2ShortSortedMapcopy in class Double2ShortMaps.SynchronizedSortedMap@Deprecated public Double2ShortNavigableMap subMap(java.lang.Double fromKey, boolean fromInclusive, java.lang.Double toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>subMap in interface Double2ShortNavigableMap@Deprecated public Double2ShortNavigableMap headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>headMap in interface Double2ShortNavigableMap@Deprecated public Double2ShortNavigableMap tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>tailMap in interface Double2ShortNavigableMap@Deprecated public Double2ShortNavigableMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Short>subMap in interface Double2ShortNavigableMapsubMap in interface Double2ShortSortedMapsubMap in class Double2ShortMaps.SynchronizedSortedMap@Deprecated public Double2ShortNavigableMap headMap(java.lang.Double toKey)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Short>headMap in interface Double2ShortNavigableMapheadMap in interface Double2ShortSortedMapheadMap in class Double2ShortMaps.SynchronizedSortedMap@Deprecated public Double2ShortNavigableMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Short>tailMap in interface Double2ShortNavigableMaptailMap in interface Double2ShortSortedMaptailMap in class Double2ShortMaps.SynchronizedSortedMappublic void setDefaultMaxValue(double e)
Double2ShortNavigableMapsetDefaultMaxValue in interface Double2ShortNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2ShortNavigableMapgetDefaultMaxValue in interface Double2ShortNavigableMappublic void setDefaultMinValue(double e)
Double2ShortNavigableMapsetDefaultMinValue in interface Double2ShortNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2ShortNavigableMapgetDefaultMinValue in interface Double2ShortNavigableMap@Deprecated public java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>lowerKey in interface Double2ShortNavigableMap@Deprecated public java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>floorKey in interface Double2ShortNavigableMap@Deprecated public java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>ceilingKey in interface Double2ShortNavigableMap@Deprecated public java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>higherKey in interface Double2ShortNavigableMap@Deprecated public Double2ShortMap.Entry lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>lowerEntry in interface Double2ShortNavigableMap@Deprecated public Double2ShortMap.Entry floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>floorEntry in interface Double2ShortNavigableMap@Deprecated public Double2ShortMap.Entry ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>ceilingEntry in interface Double2ShortNavigableMap@Deprecated public Double2ShortMap.Entry higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Short>higherEntry in interface Double2ShortNavigableMap