public static class Float2IntMaps.SynchronizedSortedMap extends Float2IntMaps.SynchronizedMap implements Float2IntSortedMap
AbstractFloat2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2IntSortedMap.FastSortedSetFloat2IntMap.BuilderCache, Float2IntMap.Entry, Float2IntMap.FastEntrySet, Float2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
java.lang.Float |
firstKey()
Deprecated.
|
Float2IntSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
FloatSortedSet |
keySet() |
float |
lastFloatKey()
A method to get the last Key of a Map.
|
int |
lastIntValue()
A method to get the last Value 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.
|
Float2IntSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2IntSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, float2IntEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsInt, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2IntEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>comparator in interface Float2IntSortedMappublic Float2IntSortedMap subMap(float fromKey, float toKey)
Float2IntSortedMapsubMap in interface Float2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2IntSortedMap headMap(float toKey)
Float2IntSortedMapheadMap in interface Float2IntSortedMaptoKey - where the headMap should endpublic Float2IntSortedMap tailMap(float fromKey)
Float2IntSortedMaptailMap in interface Float2IntSortedMapfromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>keySet in interface Float2IntMapkeySet in interface Float2IntSortedMapkeySet in class Float2IntMaps.SynchronizedMappublic float firstFloatKey()
Float2IntSortedMapfirstFloatKey in interface Float2IntSortedMappublic float pollFirstFloatKey()
Float2IntSortedMappollFirstFloatKey in interface Float2IntSortedMappublic float lastFloatKey()
Float2IntSortedMaplastFloatKey in interface Float2IntSortedMappublic float pollLastFloatKey()
Float2IntSortedMappollLastFloatKey in interface Float2IntSortedMappublic int firstIntValue()
Float2IntSortedMapfirstIntValue in interface Float2IntSortedMappublic int lastIntValue()
Float2IntSortedMaplastIntValue in interface Float2IntSortedMappublic Float2IntSortedMap copy()
Float2IntMapcopy in interface Float2IntMapcopy in interface Float2IntSortedMapcopy in class Float2IntMaps.SynchronizedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>firstKey in interface Float2IntSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>lastKey in interface Float2IntSortedMap@Deprecated public Float2IntSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>subMap in interface Float2IntSortedMap@Deprecated public Float2IntSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>headMap in interface Float2IntSortedMap@Deprecated public Float2IntSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>tailMap in interface Float2IntSortedMap