public static class Char2FloatMaps.UnmodifyableNavigableMap extends Char2FloatMaps.UnmodifyableSortedMap implements Char2FloatNavigableMap
AbstractChar2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2FloatSortedMap.FastSortedSetChar2FloatMap.BuilderCache, Char2FloatMap.Entry, Char2FloatMap.FastEntrySet, Char2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Char2FloatMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Char2FloatNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
CharNavigableSet |
descendingKeySet() |
Char2FloatNavigableMap |
descendingMap() |
Char2FloatMap.Entry |
firstEntry() |
Char2FloatMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
char |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
char |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Char2FloatNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2FloatNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2FloatMap.Entry |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
CharNavigableSet |
keySet() |
Char2FloatMap.Entry |
lastEntry() |
Char2FloatMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
CharNavigableSet |
navigableKeySet() |
Char2FloatMap.Entry |
pollFirstEntry() |
Char2FloatMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(char e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(char e)
A Helper method to set the min value for SubMaps.
|
Char2FloatNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2FloatNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2FloatNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2FloatNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstFloatValue, lastCharKey, lastFloatValue, pollFirstCharKey, pollLastCharKeyaddTo, char2FloatEntrySet, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, get, getOrDefault, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, 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, firstCharKey, firstFloatValue, firstKey, lastCharKey, lastFloatValue, lastKey, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, builder, char2FloatEntrySet, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsentpublic Char2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>descendingMap in interface Char2FloatNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>navigableKeySet in interface Char2FloatNavigableMappublic CharNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Float>keySet in interface Char2FloatMapkeySet in interface Char2FloatNavigableMapkeySet in interface Char2FloatSortedMapkeySet in class Char2FloatMaps.UnmodifyableSortedMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>descendingKeySet in interface Char2FloatNavigableMappublic Char2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>firstEntry in interface Char2FloatNavigableMappublic Char2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>lastEntry in interface Char2FloatNavigableMappublic Char2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>pollFirstEntry in interface Char2FloatNavigableMappublic Char2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>pollLastEntry in interface Char2FloatNavigableMappublic Char2FloatNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2FloatNavigableMapsubMap in interface Char2FloatNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2FloatNavigableMap headMap(char toKey, boolean inclusive)
Char2FloatNavigableMapheadMap in interface Char2FloatNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2FloatNavigableMap tailMap(char fromKey, boolean inclusive)
Char2FloatNavigableMaptailMap in interface Char2FloatNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2FloatNavigableMap subMap(char fromKey, char toKey)
Char2FloatSortedMapsubMap in interface Char2FloatNavigableMapsubMap in interface Char2FloatSortedMapsubMap in class Char2FloatMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2FloatNavigableMap headMap(char toKey)
Char2FloatSortedMapheadMap in interface Char2FloatNavigableMapheadMap in interface Char2FloatSortedMapheadMap in class Char2FloatMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2FloatNavigableMap tailMap(char fromKey)
Char2FloatSortedMaptailMap in interface Char2FloatNavigableMaptailMap in interface Char2FloatSortedMaptailMap in class Char2FloatMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(char e)
Char2FloatNavigableMapsetDefaultMaxValue in interface Char2FloatNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2FloatNavigableMapgetDefaultMaxValue in interface Char2FloatNavigableMappublic void setDefaultMinValue(char e)
Char2FloatNavigableMapsetDefaultMinValue in interface Char2FloatNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2FloatNavigableMapgetDefaultMinValue in interface Char2FloatNavigableMappublic char lowerKey(char key)
Char2FloatNavigableMaplowerKey in interface Char2FloatNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2FloatNavigableMaphigherKey in interface Char2FloatNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2FloatNavigableMapfloorKey in interface Char2FloatNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2FloatNavigableMapceilingKey in interface Char2FloatNavigableMapkey - that should be compared with.public Char2FloatMap.Entry lowerEntry(char key)
Char2FloatNavigableMaplowerEntry in interface Char2FloatNavigableMapkey - that should be compared with.public Char2FloatMap.Entry higherEntry(char key)
Char2FloatNavigableMaphigherEntry in interface Char2FloatNavigableMapkey - that should be compared with.public Char2FloatMap.Entry floorEntry(char key)
Char2FloatNavigableMapfloorEntry in interface Char2FloatNavigableMapkey - that should be compared with.public Char2FloatMap.Entry ceilingEntry(char key)
Char2FloatNavigableMapceilingEntry in interface Char2FloatNavigableMapkey - that should be compared with.public Char2FloatNavigableMap copy()
Char2FloatMapcopy in interface Char2FloatMapcopy in interface Char2FloatNavigableMapcopy in interface Char2FloatSortedMapcopy in class Char2FloatMaps.UnmodifyableSortedMap