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.BuilderCache, Byte2DoubleMap.Entry, Byte2DoubleMap.FastEntrySet, Byte2DoubleMap.MapBuilder| 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.
|
Byte2DoubleNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
ByteNavigableSet |
keySet() |
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, lastByteKey, lastDoubleValue, pollFirstByteKey, pollLastByteKeyaddTo, byte2DoubleEntrySet, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, subFrom, supplyDoubleIfAbsent, 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, firstByteKey, firstDoubleValue, firstKey, lastByteKey, lastDoubleValue, lastKey, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, applyAsDouble, builder, byte2DoubleEntrySet, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>keySet in interface Byte2DoubleMapkeySet in interface Byte2DoubleNavigableMapkeySet in interface Byte2DoubleSortedMapkeySet in class Byte2DoubleMaps.UnmodifyableSortedMappublic 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.public Byte2DoubleNavigableMap copy()
Byte2DoubleMapcopy in interface Byte2DoubleMapcopy in interface Byte2DoubleNavigableMapcopy in interface Byte2DoubleSortedMapcopy in class Byte2DoubleMaps.UnmodifyableSortedMap