public static class Float2LongMaps.UnmodifyableNavigableMap extends Float2LongMaps.UnmodifyableSortedMap implements Float2LongNavigableMap
AbstractFloat2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2LongSortedMap.FastSortedSetFloat2LongMap.Entry, Float2LongMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Float2LongMap.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.
|
FloatNavigableSet |
descendingKeySet() |
Float2LongNavigableMap |
descendingMap() |
Float2LongMap.Entry |
firstEntry() |
Float2LongMap.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.
|
Float2LongNavigableMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2LongNavigableMap |
headMap(float toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2LongMap.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.
|
Float2LongMap.Entry |
lastEntry() |
Float2LongMap.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() |
Float2LongMap.Entry |
pollFirstEntry() |
Float2LongMap.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.
|
Float2LongNavigableMap |
subMap(float fromKey,
boolean fromInclusive,
float toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2LongNavigableMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2LongNavigableMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2LongNavigableMap |
tailMap(float fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstFloatKey, firstLongValue, getAndMoveToFirst, getAndMoveToLast, lastFloatKey, lastLongValue, moveToFirst, moveToLast, pollFirstFloatKey, pollLastFloatKey, putAndMoveToFirst, putAndMoveToLastaddTo, float2LongEntrySet, getLong, getOrDefault, keySet, put, putIfAbsent, remFloat, remFloatOrDefault, remove, valuesaddToAll, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllLong, mergeLong, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceLongs, replaceLongs, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstFloatKey, firstKey, firstLongValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastFloatKey, lastKey, lastLongValue, moveToFirst, moveToLast, pollFirstFloatKey, pollLastFloatKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2LongEntrySet, forEach, forEach, get, getDefaultReturnValue, getLong, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValuepublic Float2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>descendingMap in interface Float2LongNavigableMappublic FloatNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>navigableKeySet in interface Float2LongNavigableMappublic FloatNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>descendingKeySet in interface Float2LongNavigableMappublic Float2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>firstEntry in interface Float2LongNavigableMappublic Float2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>lastEntry in interface Float2LongNavigableMappublic Float2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>pollFirstEntry in interface Float2LongNavigableMappublic Float2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Long>pollLastEntry in interface Float2LongNavigableMappublic Float2LongNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive)
Float2LongNavigableMapsubMap in interface Float2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Float2LongNavigableMap headMap(float toKey, boolean inclusive)
Float2LongNavigableMapheadMap in interface Float2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Float2LongNavigableMap tailMap(float fromKey, boolean inclusive)
Float2LongNavigableMaptailMap in interface Float2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Float2LongNavigableMap subMap(float fromKey, float toKey)
Float2LongSortedMapsubMap in interface Float2LongNavigableMapsubMap in interface Float2LongSortedMapsubMap in class Float2LongMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2LongNavigableMap headMap(float toKey)
Float2LongSortedMapheadMap in interface Float2LongNavigableMapheadMap in interface Float2LongSortedMapheadMap in class Float2LongMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Float2LongNavigableMap tailMap(float fromKey)
Float2LongSortedMaptailMap in interface Float2LongNavigableMaptailMap in interface Float2LongSortedMaptailMap in class Float2LongMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(float e)
Float2LongNavigableMapsetDefaultMaxValue in interface Float2LongNavigableMape - the new max valuepublic float getDefaultMaxValue()
Float2LongNavigableMapgetDefaultMaxValue in interface Float2LongNavigableMappublic void setDefaultMinValue(float e)
Float2LongNavigableMapsetDefaultMinValue in interface Float2LongNavigableMape - the new min valuepublic float getDefaultMinValue()
Float2LongNavigableMapgetDefaultMinValue in interface Float2LongNavigableMappublic float lowerKey(float key)
Float2LongNavigableMaplowerKey in interface Float2LongNavigableMapkey - that should be compared with.public float higherKey(float key)
Float2LongNavigableMaphigherKey in interface Float2LongNavigableMapkey - that should be compared with.public float floorKey(float key)
Float2LongNavigableMapfloorKey in interface Float2LongNavigableMapkey - that should be compared with.public float ceilingKey(float key)
Float2LongNavigableMapceilingKey in interface Float2LongNavigableMapkey - that should be compared with.public Float2LongMap.Entry lowerEntry(float key)
Float2LongNavigableMaplowerEntry in interface Float2LongNavigableMapkey - that should be compared with.public Float2LongMap.Entry higherEntry(float key)
Float2LongNavigableMaphigherEntry in interface Float2LongNavigableMapkey - that should be compared with.public Float2LongMap.Entry floorEntry(float key)
Float2LongNavigableMapfloorEntry in interface Float2LongNavigableMapkey - that should be compared with.public Float2LongMap.Entry ceilingEntry(float key)
Float2LongNavigableMapceilingEntry in interface Float2LongNavigableMapkey - that should be compared with.