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.BuilderCache, Double2ByteMap.Entry, Double2ByteMap.FastEntrySet, Double2ByteMap.MapBuilder| 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.
|
Double2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
DoubleNavigableSet |
keySet() |
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, lastByteValue, lastDoubleKey, pollFirstDoubleKey, pollLastDoubleKeyaddTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, double2ByteEntrySet, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstByteValue, firstDoubleKey, firstKey, lastByteValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2ByteEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>keySet in interface Double2ByteMapkeySet in interface Double2ByteNavigableMapkeySet in interface Double2ByteSortedMapkeySet in class Double2ByteMaps.UnmodifyableSortedMappublic 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.public Double2ByteNavigableMap copy()
Double2ByteMapcopy in interface Double2ByteMapcopy in interface Double2ByteNavigableMapcopy in interface Double2ByteSortedMapcopy in class Double2ByteMaps.UnmodifyableSortedMap