public static class Byte2DoubleMaps.UnmodifyableNavigableMap extends Byte2DoubleMaps.UnmodifyableSortedMap implements Byte2DoubleNavigableMap
AbstractByte2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2DoubleSortedMap.FastSortedSetByte2DoubleMap.Entry, Byte2DoubleMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Byte2DoubleMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
ByteNavigableSet |
descendingKeySet() |
Byte2DoubleNavigableMap |
descendingMap() |
Byte2DoubleMap.Entry |
firstEntry() |
Byte2DoubleMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
byte |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
byte |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Byte2DoubleNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2DoubleMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Byte2DoubleMap.Entry |
lastEntry() |
Byte2DoubleMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
ByteNavigableSet |
navigableKeySet() |
Byte2DoubleMap.Entry |
pollFirstEntry() |
Byte2DoubleMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(byte e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(byte e)
A Helper method to set the min value for SubMaps.
|
Byte2DoubleNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteKey, firstDoubleValue, getAndMoveToFirst, getAndMoveToLast, lastByteKey, lastDoubleValue, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLastaddTo, byte2DoubleEntrySet, getDouble, getOrDefault, keySet, put, putIfAbsent, remByte, remByteOrDefault, remove, valuesaddToAll, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllDouble, mergeDouble, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceDoubles, replaceDoubles, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstByteKey, firstDoubleValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastByteKey, lastDoubleValue, lastKey, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, byte2DoubleEntrySet, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValuepublic Byte2DoubleNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>descendingMap in interface Byte2DoubleNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>navigableKeySet in interface Byte2DoubleNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>descendingKeySet in interface Byte2DoubleNavigableMappublic Byte2DoubleMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>firstEntry in interface Byte2DoubleNavigableMappublic Byte2DoubleMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>lastEntry in interface Byte2DoubleNavigableMappublic Byte2DoubleMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>pollFirstEntry in interface Byte2DoubleNavigableMappublic Byte2DoubleMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>pollLastEntry in interface Byte2DoubleNavigableMappublic Byte2DoubleNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2DoubleNavigableMapsubMap in interface Byte2DoubleNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2DoubleNavigableMap headMap(byte toKey, boolean inclusive)
Byte2DoubleNavigableMapheadMap in interface Byte2DoubleNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2DoubleNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2DoubleNavigableMaptailMap in interface Byte2DoubleNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2DoubleNavigableMap subMap(byte fromKey, byte toKey)
Byte2DoubleSortedMapsubMap in interface Byte2DoubleNavigableMapsubMap in interface Byte2DoubleSortedMapsubMap in class Byte2DoubleMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2DoubleNavigableMap headMap(byte toKey)
Byte2DoubleSortedMapheadMap in interface Byte2DoubleNavigableMapheadMap in interface Byte2DoubleSortedMapheadMap in class Byte2DoubleMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Byte2DoubleNavigableMap tailMap(byte fromKey)
Byte2DoubleSortedMaptailMap in interface Byte2DoubleNavigableMaptailMap in interface Byte2DoubleSortedMaptailMap in class Byte2DoubleMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(byte e)
Byte2DoubleNavigableMapsetDefaultMaxValue in interface Byte2DoubleNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2DoubleNavigableMapgetDefaultMaxValue in interface Byte2DoubleNavigableMappublic void setDefaultMinValue(byte e)
Byte2DoubleNavigableMapsetDefaultMinValue in interface Byte2DoubleNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2DoubleNavigableMapgetDefaultMinValue in interface Byte2DoubleNavigableMappublic byte lowerKey(byte key)
Byte2DoubleNavigableMaplowerKey in interface Byte2DoubleNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2DoubleNavigableMaphigherKey in interface Byte2DoubleNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2DoubleNavigableMapfloorKey in interface Byte2DoubleNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2DoubleNavigableMapceilingKey in interface Byte2DoubleNavigableMapkey - that should be compared with.public Byte2DoubleMap.Entry lowerEntry(byte key)
Byte2DoubleNavigableMaplowerEntry in interface Byte2DoubleNavigableMapkey - that should be compared with.public Byte2DoubleMap.Entry higherEntry(byte key)
Byte2DoubleNavigableMaphigherEntry in interface Byte2DoubleNavigableMapkey - that should be compared with.public Byte2DoubleMap.Entry floorEntry(byte key)
Byte2DoubleNavigableMapfloorEntry in interface Byte2DoubleNavigableMapkey - that should be compared with.public Byte2DoubleMap.Entry ceilingEntry(byte key)
Byte2DoubleNavigableMapceilingEntry in interface Byte2DoubleNavigableMapkey - that should be compared with.