public static class Char2FloatMaps.UnmodifyableSortedMap extends Char2FloatMaps.UnmodifyableMap implements Char2FloatSortedMap
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 |
|---|---|
CharComparator |
comparator() |
Char2FloatSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
Char2FloatSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
CharSortedSet |
keySet() |
char |
lastCharKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
A method to get the last Value of a Map.
|
char |
pollFirstCharKey()
A method to get and remove the first Key of a Map.
|
char |
pollLastCharKey()
A method to get and remove the last Key of a Map.
|
Char2FloatSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2FloatSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, 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, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, 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 CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Float>comparator in interface Char2FloatSortedMappublic Char2FloatSortedMap subMap(char fromKey, char toKey)
Char2FloatSortedMapsubMap in interface Char2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2FloatSortedMap headMap(char toKey)
Char2FloatSortedMapheadMap in interface Char2FloatSortedMaptoKey - where the headMap should endpublic Char2FloatSortedMap tailMap(char fromKey)
Char2FloatSortedMaptailMap in interface Char2FloatSortedMapfromKey - where the TailMap should startpublic CharSortedSet 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 Char2FloatSortedMapkeySet in class Char2FloatMaps.UnmodifyableMappublic char firstCharKey()
Char2FloatSortedMapfirstCharKey in interface Char2FloatSortedMappublic char pollFirstCharKey()
Char2FloatSortedMappollFirstCharKey in interface Char2FloatSortedMappublic char lastCharKey()
Char2FloatSortedMaplastCharKey in interface Char2FloatSortedMappublic char pollLastCharKey()
Char2FloatSortedMappollLastCharKey in interface Char2FloatSortedMappublic float firstFloatValue()
Char2FloatSortedMapfirstFloatValue in interface Char2FloatSortedMappublic float lastFloatValue()
Char2FloatSortedMaplastFloatValue in interface Char2FloatSortedMappublic Char2FloatSortedMap copy()
Char2FloatMapcopy in interface Char2FloatMapcopy in interface Char2FloatSortedMapcopy in class Char2FloatMaps.UnmodifyableMap