public static class Byte2FloatMaps.UnmodifyableNavigableMap extends Byte2FloatMaps.UnmodifyableSortedMap 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.
|
byte |
ceilingKey(byte key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
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.
|
Byte2FloatNavigableMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
headMap(byte toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2FloatMap.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() |
Byte2FloatMap.Entry |
lastEntry() |
Byte2FloatMap.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() |
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(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2FloatNavigableMap |
tailMap(byte fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteKey, firstFloatValue, lastByteKey, lastFloatValue, pollFirstByteKey, pollLastByteKeyaddTo, byte2FloatEntrySet, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, get, getOrDefault, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, 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, 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 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.UnmodifyableSortedMappublic ByteNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Byte,java.lang.Float>descendingKeySet in interface Byte2FloatNavigableMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2FloatNavigableMap headMap(byte toKey)
Byte2FloatSortedMapheadMap in interface Byte2FloatNavigableMapheadMap in interface Byte2FloatSortedMapheadMap in class Byte2FloatMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Byte2FloatNavigableMap tailMap(byte fromKey)
Byte2FloatSortedMaptailMap in interface Byte2FloatNavigableMaptailMap in interface Byte2FloatSortedMaptailMap in class Byte2FloatMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Byte2FloatNavigableMappublic 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.UnmodifyableSortedMap