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.BuilderCache, Float2LongMap.Entry, Float2LongMap.FastEntrySet, Float2LongMap.MapBuilder| 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.
|
Float2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
FloatNavigableSet |
keySet() |
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, lastFloatKey, lastLongValue, pollFirstFloatKey, pollLastFloatKeyaddTo, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, float2LongEntrySet, get, getOrDefault, mergeAllLong, mergeLong, put, putIfAbsent, remove, remove, removeOrDefault, replaceLongs, replaceLongs, subFrom, supplyLongIfAbsent, 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, firstFloatKey, firstKey, firstLongValue, lastFloatKey, lastKey, lastLongValue, pollFirstFloatKey, pollLastFloatKey, valuesaddTo, addToAll, applyAsLong, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2LongEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Long>keySet in interface Float2LongMapkeySet in interface Float2LongNavigableMapkeySet in interface Float2LongSortedMapkeySet in class Float2LongMaps.UnmodifyableSortedMappublic 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.public Float2LongNavigableMap copy()
Float2LongMapcopy in interface Float2LongMapcopy in interface Float2LongNavigableMapcopy in interface Float2LongSortedMapcopy in class Float2LongMaps.UnmodifyableSortedMap