public static class Float2CharMaps.UnmodifyableNavigableMap extends Float2CharMaps.UnmodifyableSortedMap implements Float2CharNavigableMap
AbstractFloat2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2CharSortedMap.FastSortedSetFloat2CharMap.Entry, Float2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Float2CharMap.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() |
Float2CharNavigableMap |
descendingMap() |
Float2CharMap.Entry |
firstEntry() |
Float2CharMap.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.
|
Float2CharNavigableMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2CharNavigableMap |
headMap(float toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2CharMap.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.
|
Float2CharMap.Entry |
lastEntry() |
Float2CharMap.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() |
Float2CharMap.Entry |
pollFirstEntry() |
Float2CharMap.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.
|
Float2CharNavigableMap |
subMap(float fromKey,
boolean fromInclusive,
float toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2CharNavigableMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2CharNavigableMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2CharNavigableMap |
tailMap(float fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharValue, firstFloatKey, getAndMoveToFirst, getAndMoveToLast, lastCharValue, lastFloatKey, moveToFirst, moveToLast, pollFirstFloatKey, pollLastFloatKey, putAndMoveToFirst, putAndMoveToLastaddTo, float2CharEntrySet, getChar, getOrDefault, keySet, put, putIfAbsent, remFloat, remFloatOrDefault, remove, valuesaddToAll, computeChar, computeCharIfAbsent, computeCharIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllChar, mergeChar, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceChars, replaceChars, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstCharValue, firstFloatKey, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharValue, lastFloatKey, lastKey, moveToFirst, moveToLast, pollFirstFloatKey, pollLastFloatKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2CharEntrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValuepublic Float2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>descendingMap in interface Float2CharNavigableMappublic FloatNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>navigableKeySet in interface Float2CharNavigableMappublic FloatNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>descendingKeySet in interface Float2CharNavigableMappublic Float2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>firstEntry in interface Float2CharNavigableMappublic Float2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>lastEntry in interface Float2CharNavigableMappublic Float2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>pollFirstEntry in interface Float2CharNavigableMappublic Float2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Float,java.lang.Character>pollLastEntry in interface Float2CharNavigableMappublic Float2CharNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive)
Float2CharNavigableMapsubMap in interface Float2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Float2CharNavigableMap headMap(float toKey, boolean inclusive)
Float2CharNavigableMapheadMap in interface Float2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Float2CharNavigableMap tailMap(float fromKey, boolean inclusive)
Float2CharNavigableMaptailMap in interface Float2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Float2CharNavigableMap subMap(float fromKey, float toKey)
Float2CharSortedMapsubMap in interface Float2CharNavigableMapsubMap in interface Float2CharSortedMapsubMap in class Float2CharMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2CharNavigableMap headMap(float toKey)
Float2CharSortedMapheadMap in interface Float2CharNavigableMapheadMap in interface Float2CharSortedMapheadMap in class Float2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Float2CharNavigableMap tailMap(float fromKey)
Float2CharSortedMaptailMap in interface Float2CharNavigableMaptailMap in interface Float2CharSortedMaptailMap in class Float2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(float e)
Float2CharNavigableMapsetDefaultMaxValue in interface Float2CharNavigableMape - the new max valuepublic float getDefaultMaxValue()
Float2CharNavigableMapgetDefaultMaxValue in interface Float2CharNavigableMappublic void setDefaultMinValue(float e)
Float2CharNavigableMapsetDefaultMinValue in interface Float2CharNavigableMape - the new min valuepublic float getDefaultMinValue()
Float2CharNavigableMapgetDefaultMinValue in interface Float2CharNavigableMappublic float lowerKey(float key)
Float2CharNavigableMaplowerKey in interface Float2CharNavigableMapkey - that should be compared with.public float higherKey(float key)
Float2CharNavigableMaphigherKey in interface Float2CharNavigableMapkey - that should be compared with.public float floorKey(float key)
Float2CharNavigableMapfloorKey in interface Float2CharNavigableMapkey - that should be compared with.public float ceilingKey(float key)
Float2CharNavigableMapceilingKey in interface Float2CharNavigableMapkey - that should be compared with.public Float2CharMap.Entry lowerEntry(float key)
Float2CharNavigableMaplowerEntry in interface Float2CharNavigableMapkey - that should be compared with.public Float2CharMap.Entry higherEntry(float key)
Float2CharNavigableMaphigherEntry in interface Float2CharNavigableMapkey - that should be compared with.public Float2CharMap.Entry floorEntry(float key)
Float2CharNavigableMapfloorEntry in interface Float2CharNavigableMapkey - that should be compared with.public Float2CharMap.Entry ceilingEntry(float key)
Float2CharNavigableMapceilingEntry in interface Float2CharNavigableMapkey - that should be compared with.