public interface Char2FloatNavigableMap extends Char2FloatSortedMap, java.util.NavigableMap<java.lang.Character,java.lang.Float>
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.
|
default Char2FloatMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
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.
|
default Char2FloatMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2FloatNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Char2FloatNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
default 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.
|
default Char2FloatMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
keySet() |
Char2FloatMap.Entry |
lastEntry() |
Char2FloatMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Char2FloatMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2FloatNavigableMap |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
default 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
|
default Char2FloatNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Char2FloatNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Char2FloatNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Char2FloatNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2FloatNavigableMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
default Char2FloatNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2FloatNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2FloatNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, 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, supplyFloatIfAbsentChar2FloatNavigableMap copy()
Char2FloatMapcopy in interface Char2FloatMapcopy in interface Char2FloatSortedMapChar2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>Char2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>Char2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>Char2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>Char2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>CharNavigableSet keySet()
keySet in interface Char2FloatMapkeySet in interface Char2FloatSortedMapkeySet in interface java.util.Map<java.lang.Character,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Float>default Char2FloatNavigableMap synchronize()
synchronize in interface Char2FloatMapsynchronize in interface Char2FloatSortedMapChar2FloatMaps.synchronize(speiger.src.collections.chars.maps.interfaces.Char2FloatMap)default Char2FloatNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Char2FloatMapsynchronize in interface Char2FloatSortedMapmutex - is the controller of the synchronization blockChar2FloatMaps.synchronize(speiger.src.collections.chars.maps.interfaces.Char2FloatMap)default Char2FloatNavigableMap unmodifiable()
unmodifiable in interface Char2FloatMapunmodifiable in interface Char2FloatSortedMapChar2FloatMaps.unmodifiable(speiger.src.collections.chars.maps.interfaces.Char2FloatMap)Char2FloatNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notChar2FloatNavigableMap headMap(char toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notChar2FloatNavigableMap tailMap(char fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Char2FloatNavigableMap subMap(char fromKey, char toKey)
Char2FloatSortedMapsubMap in interface Char2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Char2FloatNavigableMap headMap(char toKey)
Char2FloatSortedMapheadMap in interface Char2FloatSortedMaptoKey - where the headMap should enddefault Char2FloatNavigableMap tailMap(char fromKey)
Char2FloatSortedMaptailMap in interface Char2FloatSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(char e)
e - the new max valuechar getDefaultMaxValue()
void setDefaultMinValue(char e)
e - the new min valuechar getDefaultMinValue()
char lowerKey(char key)
key - that should be compared with.char higherKey(char key)
key - that should be compared with.char floorKey(char key)
key - that should be compared with.char ceilingKey(char key)
key - that should be compared with.Char2FloatMap.Entry lowerEntry(char key)
key - that should be compared with.Char2FloatMap.Entry higherEntry(char key)
key - that should be compared with.Char2FloatMap.Entry floorEntry(char key)
key - that should be compared with.Char2FloatMap.Entry ceilingEntry(char key)
key - that should be compared with.@Deprecated default java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default 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>@Deprecated default Char2FloatNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface Char2FloatSortedMapsubMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatNavigableMap headMap(java.lang.Character toKey)
headMap in interface Char2FloatSortedMapheadMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>@Deprecated default Char2FloatNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface Char2FloatSortedMaptailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Float>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Float>