public static class Double2ByteMaps.UnmodifyableNavigableMap extends Double2ByteMaps.UnmodifyableSortedMap implements Double2ByteNavigableMap
AbstractDouble2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ByteSortedMap.FastSortedSetDouble2ByteMap.Entry, Double2ByteMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Double2ByteMap.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() |
Double2ByteNavigableMap |
descendingMap() |
Double2ByteMap.Entry |
firstEntry() |
Double2ByteMap.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.
|
Double2ByteNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ByteMap.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.
|
Double2ByteMap.Entry |
lastEntry() |
Double2ByteMap.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() |
Double2ByteMap.Entry |
pollFirstEntry() |
Double2ByteMap.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.
|
Double2ByteNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteValue, firstDoubleKey, getAndMoveToFirst, getAndMoveToLast, lastByteValue, lastDoubleKey, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLastaddTo, double2ByteEntrySet, getByte, getOrDefault, keySet, put, putIfAbsent, remDouble, remDoubleOrDefault, remove, valuesaddToAll, computeByte, computeByteIfAbsent, computeByteIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllByte, mergeByte, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceBytes, replaceBytes, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstByteValue, firstDoubleKey, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastByteValue, lastDoubleKey, lastKey, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2ByteEntrySet, entrySet, forEach, forEach, get, getByte, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValuepublic Double2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>descendingMap in interface Double2ByteNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>navigableKeySet in interface Double2ByteNavigableMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>descendingKeySet in interface Double2ByteNavigableMappublic Double2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>firstEntry in interface Double2ByteNavigableMappublic Double2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>lastEntry in interface Double2ByteNavigableMappublic Double2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>pollFirstEntry in interface Double2ByteNavigableMappublic Double2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>pollLastEntry in interface Double2ByteNavigableMappublic Double2ByteNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2ByteNavigableMapsubMap in interface Double2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2ByteNavigableMap headMap(double toKey, boolean inclusive)
Double2ByteNavigableMapheadMap in interface Double2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2ByteNavigableMap tailMap(double fromKey, boolean inclusive)
Double2ByteNavigableMaptailMap in interface Double2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2ByteNavigableMap subMap(double fromKey, double toKey)
Double2ByteSortedMapsubMap in interface Double2ByteNavigableMapsubMap in interface Double2ByteSortedMapsubMap in class Double2ByteMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ByteNavigableMap headMap(double toKey)
Double2ByteSortedMapheadMap in interface Double2ByteNavigableMapheadMap in interface Double2ByteSortedMapheadMap in class Double2ByteMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Double2ByteNavigableMap tailMap(double fromKey)
Double2ByteSortedMaptailMap in interface Double2ByteNavigableMaptailMap in interface Double2ByteSortedMaptailMap in class Double2ByteMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(double e)
Double2ByteNavigableMapsetDefaultMaxValue in interface Double2ByteNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2ByteNavigableMapgetDefaultMaxValue in interface Double2ByteNavigableMappublic void setDefaultMinValue(double e)
Double2ByteNavigableMapsetDefaultMinValue in interface Double2ByteNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2ByteNavigableMapgetDefaultMinValue in interface Double2ByteNavigableMappublic double lowerKey(double key)
Double2ByteNavigableMaplowerKey in interface Double2ByteNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2ByteNavigableMaphigherKey in interface Double2ByteNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2ByteNavigableMapfloorKey in interface Double2ByteNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2ByteNavigableMapceilingKey in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry lowerEntry(double key)
Double2ByteNavigableMaplowerEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry higherEntry(double key)
Double2ByteNavigableMaphigherEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry floorEntry(double key)
Double2ByteNavigableMapfloorEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry ceilingEntry(double key)
Double2ByteNavigableMapceilingEntry in interface Double2ByteNavigableMapkey - that should be compared with.