public static class Float2ByteMaps.UnmodifyableNavigableMap extends Float2ByteMaps.UnmodifyableSortedMap implements Float2ByteNavigableMap
AbstractFloat2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2ByteSortedMap.FastSortedSetFloat2ByteMap.BuilderCache, Float2ByteMap.Entry, Float2ByteMap.FastEntrySet, Float2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Float2ByteMap.Entry |
ceilingEntry(float key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
float |
ceilingKey(float key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Float2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
FloatNavigableSet |
descendingKeySet() |
Float2ByteNavigableMap |
descendingMap() |
Float2ByteMap.Entry |
firstEntry() |
Float2ByteMap.Entry |
floorEntry(float key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
float |
floorKey(float key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
float |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
float |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Float2ByteNavigableMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2ByteNavigableMap |
headMap(float toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2ByteMap.Entry |
higherEntry(float key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
float |
higherKey(float key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
FloatNavigableSet |
keySet() |
Float2ByteMap.Entry |
lastEntry() |
Float2ByteMap.Entry |
lowerEntry(float key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
float |
lowerKey(float key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
FloatNavigableSet |
navigableKeySet() |
Float2ByteMap.Entry |
pollFirstEntry() |
Float2ByteMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(float e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(float e)
A Helper method to set the min value for SubMaps.
|
Float2ByteNavigableMap |
subMap(float fromKey,
boolean fromInclusive,
float toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2ByteNavigableMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2ByteNavigableMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2ByteNavigableMap |
tailMap(float fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteValue, firstFloatKey, lastByteValue, lastFloatKey, pollFirstFloatKey, pollLastFloatKeyaddTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, float2ByteEntrySet, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, 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, firstByteValue, firstFloatKey, firstKey, lastByteValue, lastFloatKey, lastKey, pollFirstFloatKey, pollLastFloatKey, valuesaddTo, addToAll, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2ByteEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic Float2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>descendingMap in interface Float2ByteNavigableMappublic FloatNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>navigableKeySet in interface Float2ByteNavigableMappublic FloatNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>keySet in interface Float2ByteMapkeySet in interface Float2ByteNavigableMapkeySet in interface Float2ByteSortedMapkeySet in class Float2ByteMaps.UnmodifyableSortedMappublic FloatNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>descendingKeySet in interface Float2ByteNavigableMappublic Float2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>firstEntry in interface Float2ByteNavigableMappublic Float2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>lastEntry in interface Float2ByteNavigableMappublic Float2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>pollFirstEntry in interface Float2ByteNavigableMappublic Float2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Byte>pollLastEntry in interface Float2ByteNavigableMappublic Float2ByteNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive)
Float2ByteNavigableMapsubMap in interface Float2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Float2ByteNavigableMap headMap(float toKey, boolean inclusive)
Float2ByteNavigableMapheadMap in interface Float2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Float2ByteNavigableMap tailMap(float fromKey, boolean inclusive)
Float2ByteNavigableMaptailMap in interface Float2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Float2ByteNavigableMap subMap(float fromKey, float toKey)
Float2ByteSortedMapsubMap in interface Float2ByteNavigableMapsubMap in interface Float2ByteSortedMapsubMap in class Float2ByteMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2ByteNavigableMap headMap(float toKey)
Float2ByteSortedMapheadMap in interface Float2ByteNavigableMapheadMap in interface Float2ByteSortedMapheadMap in class Float2ByteMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Float2ByteNavigableMap tailMap(float fromKey)
Float2ByteSortedMaptailMap in interface Float2ByteNavigableMaptailMap in interface Float2ByteSortedMaptailMap in class Float2ByteMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(float e)
Float2ByteNavigableMapsetDefaultMaxValue in interface Float2ByteNavigableMape - the new max valuepublic float getDefaultMaxValue()
Float2ByteNavigableMapgetDefaultMaxValue in interface Float2ByteNavigableMappublic void setDefaultMinValue(float e)
Float2ByteNavigableMapsetDefaultMinValue in interface Float2ByteNavigableMape - the new min valuepublic float getDefaultMinValue()
Float2ByteNavigableMapgetDefaultMinValue in interface Float2ByteNavigableMappublic float lowerKey(float key)
Float2ByteNavigableMaplowerKey in interface Float2ByteNavigableMapkey - that should be compared with.public float higherKey(float key)
Float2ByteNavigableMaphigherKey in interface Float2ByteNavigableMapkey - that should be compared with.public float floorKey(float key)
Float2ByteNavigableMapfloorKey in interface Float2ByteNavigableMapkey - that should be compared with.public float ceilingKey(float key)
Float2ByteNavigableMapceilingKey in interface Float2ByteNavigableMapkey - that should be compared with.public Float2ByteMap.Entry lowerEntry(float key)
Float2ByteNavigableMaplowerEntry in interface Float2ByteNavigableMapkey - that should be compared with.public Float2ByteMap.Entry higherEntry(float key)
Float2ByteNavigableMaphigherEntry in interface Float2ByteNavigableMapkey - that should be compared with.public Float2ByteMap.Entry floorEntry(float key)
Float2ByteNavigableMapfloorEntry in interface Float2ByteNavigableMapkey - that should be compared with.public Float2ByteMap.Entry ceilingEntry(float key)
Float2ByteNavigableMapceilingEntry in interface Float2ByteNavigableMapkey - that should be compared with.public Float2ByteNavigableMap copy()
Float2ByteMapcopy in interface Float2ByteMapcopy in interface Float2ByteNavigableMapcopy in interface Float2ByteSortedMapcopy in class Float2ByteMaps.UnmodifyableSortedMap