public static class Byte2FloatMaps.SynchronizedNavigableMap extends Byte2FloatMaps.SynchronizedSortedMap implements Byte2FloatNavigableMap
AbstractByte2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2FloatSortedMap.FastSortedSetByte2FloatMap.BuilderCache, Byte2FloatMap.Entry, Byte2FloatMap.FastEntrySet, Byte2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Byte2FloatMap.Entry |
ceilingEntry(byte key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Byte2FloatMap.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.
|
Byte2FloatNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ByteNavigableSet |
descendingKeySet() |
Byte2FloatNavigableMap |
descendingMap() |
Byte2FloatMap.Entry |
firstEntry() |
Byte2FloatMap.Entry |
floorEntry(byte key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Byte2FloatMap.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.
|
Byte2FloatNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
Byte2FloatNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
headMap(java.lang.Byte toKey,
boolean inclusive)
Deprecated.
|
Byte2FloatMap.Entry |
higherEntry(byte key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Byte2FloatMap.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.
|
ByteNavigableSet |
keySet() |
Byte2FloatMap.Entry |
lastEntry() |
Byte2FloatMap.Entry |
lowerEntry(byte key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Byte2FloatMap.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() |
Byte2FloatMap.Entry |
pollFirstEntry() |
Byte2FloatMap.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.
|
Byte2FloatNavigableMap |
subMap(byte fromKey,
boolean fromInclusive,
byte toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
subMap(java.lang.Byte fromKey,
boolean fromInclusive,
java.lang.Byte toKey,
boolean toInclusive)
Deprecated.
|
Byte2FloatNavigableMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2FloatNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
Byte2FloatNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
tailMap(java.lang.Byte fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteKey, firstFloatValue, firstKey, lastByteKey, lastFloatValue, lastKey, pollFirstByteKey, pollLastByteKeyaddTo, addToAll, byte2FloatEntrySet, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, subFrom, supplyFloatIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteKey, firstFloatValue, firstKey, lastByteKey, lastFloatValue, lastKey, pollFirstByteKey, pollLastByteKey, valuesaddTo, addToAll, builder, byte2FloatEntrySet, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsentpublic Byte2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>descendingMap in interface Byte2FloatNavigableMappublic ByteNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>navigableKeySet in interface Byte2FloatNavigableMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>descendingKeySet in interface Byte2FloatNavigableMappublic ByteNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>keySet in interface Byte2FloatMapkeySet in interface Byte2FloatNavigableMapkeySet in interface Byte2FloatSortedMapkeySet in class Byte2FloatMaps.SynchronizedSortedMappublic Byte2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>firstEntry in interface Byte2FloatNavigableMappublic Byte2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>lastEntry in interface Byte2FloatNavigableMappublic Byte2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>pollFirstEntry in interface Byte2FloatNavigableMappublic Byte2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>pollLastEntry in interface Byte2FloatNavigableMappublic Byte2FloatNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive)
Byte2FloatNavigableMapsubMap in interface Byte2FloatNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Byte2FloatNavigableMap headMap(byte toKey, boolean inclusive)
Byte2FloatNavigableMapheadMap in interface Byte2FloatNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Byte2FloatNavigableMap tailMap(byte fromKey, boolean inclusive)
Byte2FloatNavigableMaptailMap in interface Byte2FloatNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Byte2FloatNavigableMap subMap(byte fromKey, byte toKey)
Byte2FloatSortedMapsubMap in interface Byte2FloatNavigableMapsubMap in interface Byte2FloatSortedMapsubMap in class Byte2FloatMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2FloatNavigableMap headMap(byte toKey)
Byte2FloatSortedMapheadMap in interface Byte2FloatNavigableMapheadMap in interface Byte2FloatSortedMapheadMap in class Byte2FloatMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Byte2FloatNavigableMap tailMap(byte fromKey)
Byte2FloatSortedMaptailMap in interface Byte2FloatNavigableMaptailMap in interface Byte2FloatSortedMaptailMap in class Byte2FloatMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic byte lowerKey(byte key)
Byte2FloatNavigableMaplowerKey in interface Byte2FloatNavigableMapkey - that should be compared with.public byte higherKey(byte key)
Byte2FloatNavigableMaphigherKey in interface Byte2FloatNavigableMapkey - that should be compared with.public byte floorKey(byte key)
Byte2FloatNavigableMapfloorKey in interface Byte2FloatNavigableMapkey - that should be compared with.public byte ceilingKey(byte key)
Byte2FloatNavigableMapceilingKey in interface Byte2FloatNavigableMapkey - that should be compared with.public Byte2FloatMap.Entry lowerEntry(byte key)
Byte2FloatNavigableMaplowerEntry in interface Byte2FloatNavigableMapkey - that should be compared with.public Byte2FloatMap.Entry higherEntry(byte key)
Byte2FloatNavigableMaphigherEntry in interface Byte2FloatNavigableMapkey - that should be compared with.public Byte2FloatMap.Entry floorEntry(byte key)
Byte2FloatNavigableMapfloorEntry in interface Byte2FloatNavigableMapkey - that should be compared with.public Byte2FloatMap.Entry ceilingEntry(byte key)
Byte2FloatNavigableMapceilingEntry in interface Byte2FloatNavigableMapkey - that should be compared with.public Byte2FloatNavigableMap copy()
Byte2FloatMapcopy in interface Byte2FloatMapcopy in interface Byte2FloatNavigableMapcopy in interface Byte2FloatSortedMapcopy in class Byte2FloatMaps.SynchronizedSortedMap@Deprecated public Byte2FloatNavigableMap subMap(java.lang.Byte fromKey, boolean fromInclusive, java.lang.Byte toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>subMap in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatNavigableMap headMap(java.lang.Byte toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>headMap in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatNavigableMap tailMap(java.lang.Byte fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>tailMap in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatNavigableMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>subMap in interface Byte2FloatNavigableMapsubMap in interface Byte2FloatSortedMapsubMap in class Byte2FloatMaps.SynchronizedSortedMap@Deprecated public Byte2FloatNavigableMap headMap(java.lang.Byte toKey)
headMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>headMap in interface Byte2FloatNavigableMapheadMap in interface Byte2FloatSortedMapheadMap in class Byte2FloatMaps.SynchronizedSortedMap@Deprecated public Byte2FloatNavigableMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>tailMap in interface Byte2FloatNavigableMaptailMap in interface Byte2FloatSortedMaptailMap in class Byte2FloatMaps.SynchronizedSortedMappublic void setDefaultMaxValue(byte e)
Byte2FloatNavigableMapsetDefaultMaxValue in interface Byte2FloatNavigableMape - the new max valuepublic byte getDefaultMaxValue()
Byte2FloatNavigableMapgetDefaultMaxValue in interface Byte2FloatNavigableMappublic void setDefaultMinValue(byte e)
Byte2FloatNavigableMapsetDefaultMinValue in interface Byte2FloatNavigableMape - the new min valuepublic byte getDefaultMinValue()
Byte2FloatNavigableMapgetDefaultMinValue in interface Byte2FloatNavigableMap@Deprecated public java.lang.Byte lowerKey(java.lang.Byte key)
lowerKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>lowerKey in interface Byte2FloatNavigableMap@Deprecated public java.lang.Byte floorKey(java.lang.Byte key)
floorKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>floorKey in interface Byte2FloatNavigableMap@Deprecated public java.lang.Byte ceilingKey(java.lang.Byte key)
ceilingKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>ceilingKey in interface Byte2FloatNavigableMap@Deprecated public java.lang.Byte higherKey(java.lang.Byte key)
higherKey in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>higherKey in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatMap.Entry lowerEntry(java.lang.Byte key)
lowerEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>lowerEntry in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatMap.Entry floorEntry(java.lang.Byte key)
floorEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>floorEntry in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatMap.Entry ceilingEntry(java.lang.Byte key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>ceilingEntry in interface Byte2FloatNavigableMap@Deprecated public Byte2FloatMap.Entry higherEntry(java.lang.Byte key)
higherEntry in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>higherEntry in interface Byte2FloatNavigableMap