public static class Double2ShortMaps.UnmodifyableNavigableMap extends Double2ShortMaps.UnmodifyableSortedMap implements Double2ShortNavigableMap
AbstractDouble2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ShortSortedMap.FastSortedSetDouble2ShortMap.Entry, Double2ShortMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Double2ShortMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
descendingKeySet() |
Double2ShortNavigableMap |
descendingMap() |
Double2ShortMap.Entry |
firstEntry() |
Double2ShortMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ShortMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Double2ShortMap.Entry |
lastEntry() |
Double2ShortMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ShortNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, lastDoubleKey, lastShortValue, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLastaddTo, double2ShortEntrySet, getOrDefault, getShort, keySet, put, putIfAbsent, remDouble, remDoubleOrDefault, remove, valuesaddToAll, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllShort, mergeShort, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstDoubleKey, firstKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastDoubleKey, lastKey, lastShortValue, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, double2ShortEntrySet, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValuepublic 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 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ShortNavigableMap headMap(double toKey)
Double2ShortSortedMapheadMap in interface Double2ShortNavigableMapheadMap in interface Double2ShortSortedMapheadMap in class Double2ShortMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Double2ShortNavigableMap tailMap(double fromKey)
Double2ShortSortedMaptailMap in interface Double2ShortNavigableMaptailMap in interface Double2ShortSortedMaptailMap in class Double2ShortMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Double2ShortNavigableMappublic 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.