public static class Char2FloatMaps.SynchronizedNavigableMap extends Char2FloatMaps.SynchronizedSortedMap implements Char2FloatNavigableMap
AbstractChar2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2FloatSortedMap.FastSortedSetChar2FloatMap.Entry, Char2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Char2FloatMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Char2FloatMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
descendingKeySet() |
Char2FloatNavigableMap |
descendingMap() |
Char2FloatMap.Entry |
firstEntry() |
Char2FloatMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Char2FloatMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Character |
floorKey(java.lang.Character key)
Deprecated.
|
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(java.lang.Character toKey)
Deprecated.
|
Char2FloatNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
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.
|
Char2FloatMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
Char2FloatMap.Entry |
lastEntry() |
Char2FloatMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2FloatMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Character |
lowerKey(java.lang.Character key)
Deprecated.
|
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(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2FloatNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
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(java.lang.Character fromKey)
Deprecated.
|
Char2FloatNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2FloatNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstFloatValue, firstKey, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastFloatValue, lastKey, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastaddTo, addToAll, char2FloatEntrySet, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, keySet, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstCharKey, firstFloatValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastFloatValue, lastKey, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, char2FloatEntrySet, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValuepublic 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 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.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2FloatNavigableMap headMap(char toKey)
Char2FloatSortedMapheadMap in interface Char2FloatNavigableMapheadMap in interface Char2FloatSortedMapheadMap in class Char2FloatMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Char2FloatNavigableMap tailMap(char fromKey)
Char2FloatSortedMaptailMap in interface Char2FloatNavigableMaptailMap in interface Char2FloatSortedMaptailMap in class Char2FloatMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic 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.@Deprecated public Char2FloatNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>subMap in interface Char2FloatNavigableMap@Deprecated public Char2FloatNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>headMap in interface Char2FloatNavigableMap@Deprecated public Char2FloatNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>tailMap in interface Char2FloatNavigableMap@Deprecated public Char2FloatNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>subMap in interface Char2FloatNavigableMapsubMap in interface Char2FloatSortedMapsubMap in class Char2FloatMaps.SynchronizedSortedMap@Deprecated public Char2FloatNavigableMap headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>headMap in interface Char2FloatNavigableMapheadMap in interface Char2FloatSortedMapheadMap in class Char2FloatMaps.SynchronizedSortedMap@Deprecated public Char2FloatNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>tailMap in interface Char2FloatNavigableMaptailMap in interface Char2FloatSortedMaptailMap in class Char2FloatMaps.SynchronizedSortedMappublic 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 Char2FloatNavigableMap@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>lowerKey in interface Char2FloatNavigableMap@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>floorKey in interface Char2FloatNavigableMap@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>ceilingKey in interface Char2FloatNavigableMap@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>higherKey in interface Char2FloatNavigableMap@Deprecated public Char2FloatMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>lowerEntry in interface Char2FloatNavigableMap@Deprecated public Char2FloatMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>floorEntry in interface Char2FloatNavigableMap@Deprecated public Char2FloatMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>ceilingEntry in interface Char2FloatNavigableMap@Deprecated public Char2FloatMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>higherEntry in interface Char2FloatNavigableMap