public static class Byte2DoubleMaps.SynchronizedNavigableMap extends Byte2DoubleMaps.SynchronizedSortedMap 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.
|
Byte2DoubleMap.Entry |
ceilingEntry(java.lang.Byte key)
Deprecated.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Byte |
ceilingKey(java.lang.Byte key)
Deprecated.
|
ByteNavigableSet |
descendingKeySet() |
Byte2DoubleNavigableMap |
descendingMap() |
Byte2DoubleMap.Entry |
firstEntry() |
Byte2DoubleMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2DoubleMap.Entry |
floorEntry(java.lang.Byte key)
Deprecated.
|
byte |
floorKey(byte key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Byte |
floorKey(java.lang.Byte key)
Deprecated.
|
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(java.lang.Byte toKey)
Deprecated.
|
Byte2DoubleNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2DoubleMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2DoubleMap.Entry |
higherEntry(java.lang.Byte key)
Deprecated.
|
byte |
higherKey(byte key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Byte |
higherKey(java.lang.Byte key)
Deprecated.
|
Byte2DoubleMap.Entry |
lastEntry() |
Byte2DoubleMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2DoubleMap.Entry |
lowerEntry(java.lang.Byte key)
Deprecated.
|
byte |
lowerKey(byte key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Byte |
lowerKey(java.lang.Byte key)
Deprecated.
|
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(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2DoubleNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2DoubleNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2DoubleNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2DoubleNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstDoubleValue, firstKey, getAndMoveToFirst, getAndMoveToLast, lastByteKey, lastDoubleValue, lastKey, moveToFirst, moveToLast, pollFirstByteKey, pollLastByteKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, byte2DoubleEntrySet, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, keySet, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remByte, remByteOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2DoubleNavigableMap headMap(byte toKey)
Byte2DoubleSortedMapheadMap in interface Byte2DoubleNavigableMapheadMap in interface Byte2DoubleSortedMapheadMap in class Byte2DoubleMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2DoubleNavigableMap tailMap(byte fromKey)
Byte2DoubleSortedMaptailMap in interface Byte2DoubleNavigableMaptailMap in interface Byte2DoubleSortedMaptailMap in class Byte2DoubleMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.@Deprecated public Byte2DoubleNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>subMap in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>headMap in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>tailMap in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>subMap in interface Byte2DoubleNavigableMapsubMap in interface Byte2DoubleSortedMapsubMap in class Byte2DoubleMaps.SynchronizedSortedMap@Deprecated public Byte2DoubleNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>headMap in interface Byte2DoubleNavigableMapheadMap in interface Byte2DoubleSortedMapheadMap in class Byte2DoubleMaps.SynchronizedSortedMap@Deprecated public Byte2DoubleNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>tailMap in interface Byte2DoubleNavigableMaptailMap in interface Byte2DoubleSortedMaptailMap in class Byte2DoubleMaps.SynchronizedSortedMappublic 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 Byte2DoubleNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>lowerKey in interface Byte2DoubleNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>floorKey in interface Byte2DoubleNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>ceilingKey in interface Byte2DoubleNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>higherKey in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>lowerEntry in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>floorEntry in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>ceilingEntry in interface Byte2DoubleNavigableMap@Deprecated public Byte2DoubleMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Double>higherEntry in interface Byte2DoubleNavigableMap