public static class Float2LongMaps.SynchronizedSortedMap extends Float2LongMaps.SynchronizedMap implements Float2LongSortedMap
AbstractFloat2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2LongSortedMap.FastSortedSetFloat2LongMap.BuilderCache, Float2LongMap.Entry, Float2LongMap.FastEntrySet, Float2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
java.lang.Float |
firstKey()
Deprecated.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
Float2LongSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2LongSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
FloatSortedSet |
keySet() |
float |
lastFloatKey()
A method to get the last Key of a Map.
|
java.lang.Float |
lastKey()
Deprecated.
|
long |
lastLongValue()
A method to get the last Value 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.
|
Float2LongSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2LongSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2LongSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2LongSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, float2LongEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2LongEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Long>comparator in interface Float2LongSortedMappublic Float2LongSortedMap subMap(float fromKey, float toKey)
Float2LongSortedMapsubMap in interface Float2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2LongSortedMap headMap(float toKey)
Float2LongSortedMapheadMap in interface Float2LongSortedMaptoKey - where the headMap should endpublic Float2LongSortedMap tailMap(float fromKey)
Float2LongSortedMaptailMap in interface Float2LongSortedMapfromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Long>keySet in interface Float2LongMapkeySet in interface Float2LongSortedMapkeySet in class Float2LongMaps.SynchronizedMappublic float firstFloatKey()
Float2LongSortedMapfirstFloatKey in interface Float2LongSortedMappublic float pollFirstFloatKey()
Float2LongSortedMappollFirstFloatKey in interface Float2LongSortedMappublic float lastFloatKey()
Float2LongSortedMaplastFloatKey in interface Float2LongSortedMappublic float pollLastFloatKey()
Float2LongSortedMappollLastFloatKey in interface Float2LongSortedMappublic long firstLongValue()
Float2LongSortedMapfirstLongValue in interface Float2LongSortedMappublic long lastLongValue()
Float2LongSortedMaplastLongValue in interface Float2LongSortedMappublic Float2LongSortedMap copy()
Float2LongMapcopy in interface Float2LongMapcopy in interface Float2LongSortedMapcopy in class Float2LongMaps.SynchronizedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Long>firstKey in interface Float2LongSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Long>lastKey in interface Float2LongSortedMap@Deprecated public Float2LongSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Long>subMap in interface Float2LongSortedMap@Deprecated public Float2LongSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Long>headMap in interface Float2LongSortedMap@Deprecated public Float2LongSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Long>tailMap in interface Float2LongSortedMap