public static class Float2CharMaps.UnmodifyableSortedMap extends Float2CharMaps.UnmodifyableMap implements Float2CharSortedMap
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 |
|---|---|
FloatComparator |
comparator() |
Float2CharSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
Float2CharSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
FloatSortedSet |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
float |
pollFirstFloatKey()
A method to get and remove the first Key of a Map.
|
float |
pollLastFloatKey()
A method to get and remove the last Key of a Map.
|
Float2CharSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2CharSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, 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, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, applyAsChar, 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, 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 FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Character>comparator in interface Float2CharSortedMappublic Float2CharSortedMap subMap(float fromKey, float toKey)
Float2CharSortedMapsubMap in interface Float2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2CharSortedMap headMap(float toKey)
Float2CharSortedMapheadMap in interface Float2CharSortedMaptoKey - where the headMap should endpublic Float2CharSortedMap tailMap(float fromKey)
Float2CharSortedMaptailMap in interface Float2CharSortedMapfromKey - where the TailMap should startpublic FloatSortedSet 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 Float2CharSortedMapkeySet in class Float2CharMaps.UnmodifyableMappublic float firstFloatKey()
Float2CharSortedMapfirstFloatKey in interface Float2CharSortedMappublic float pollFirstFloatKey()
Float2CharSortedMappollFirstFloatKey in interface Float2CharSortedMappublic float lastFloatKey()
Float2CharSortedMaplastFloatKey in interface Float2CharSortedMappublic float pollLastFloatKey()
Float2CharSortedMappollLastFloatKey in interface Float2CharSortedMappublic char firstCharValue()
Float2CharSortedMapfirstCharValue in interface Float2CharSortedMappublic char lastCharValue()
Float2CharSortedMaplastCharValue in interface Float2CharSortedMappublic Float2CharSortedMap copy()
Float2CharMapcopy in interface Float2CharMapcopy in interface Float2CharSortedMapcopy in class Float2CharMaps.UnmodifyableMap