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.BuilderCache, Float2CharMap.Entry, Float2CharMap.FastEntrySet, Float2CharMap.MapBuilder| 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.
|
Float2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
FloatNavigableSet |
keySet() |
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, lastCharValue, lastFloatKey, pollFirstFloatKey, pollLastFloatKeyaddTo, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, float2CharEntrySet, get, getOrDefault, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, 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, firstCharValue, firstFloatKey, firstKey, lastCharValue, lastFloatKey, lastKey, pollFirstFloatKey, pollLastFloatKey, valuesaddTo, addToAll, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2CharEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Character>keySet in interface Float2CharMapkeySet in interface Float2CharNavigableMapkeySet in interface Float2CharSortedMapkeySet in class Float2CharMaps.UnmodifyableSortedMappublic 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.public Float2CharNavigableMap copy()
Float2CharMapcopy in interface Float2CharMapcopy in interface Float2CharNavigableMapcopy in interface Float2CharSortedMapcopy in class Float2CharMaps.UnmodifyableSortedMap