public static class Float2CharMaps.SynchronizedSortedMap extends Float2CharMaps.SynchronizedMap 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.
|
java.lang.Float |
firstKey()
Deprecated.
|
Float2CharSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2CharSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
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.
|
java.lang.Float |
lastKey()
Deprecated.
|
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 |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2CharSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2CharSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, float2CharEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, 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, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Character>firstKey in interface Float2CharSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Character>lastKey in interface Float2CharSortedMap@Deprecated public Float2CharSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Character>subMap in interface Float2CharSortedMap@Deprecated public Float2CharSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Character>headMap in interface Float2CharSortedMap@Deprecated public Float2CharSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Character>tailMap in interface Float2CharSortedMap