public interface Float2LongSortedMap extends java.util.SortedMap<java.lang.Float,java.lang.Long>, Float2LongMap
SortedMap interface to reduce boxing/unboxing, with a couple extra methods that allow greater control over maps.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Float2LongSortedMap.FastSortedSet
Fast Sorted Entry Set that allows for a faster Entry Iterator by recycling the Entry Object and just exchanging 1 internal value
|
Float2LongMap.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.
|
default 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
|
default Float2LongSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
FloatSortedSet |
keySet() |
float |
lastFloatKey()
A method to get the last Key of a Map.
|
default 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
|
default Float2LongSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
default Float2LongSortedMap |
synchronize()
Creates a Wrapped SortedMap that is Synchronized
|
default Float2LongSortedMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped SortedMap that is Synchronized
|
Float2LongSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Float2LongSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
default Float2LongSortedMap |
unmodifiable()
Creates a Wrapped SortedMap that is unmodifiable
|
LongCollection |
values() |
addTo, 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, supplyLongIfAbsentFloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Long>Float2LongSortedMap copy()
Float2LongMapcopy in interface Float2LongMapFloatSortedSet keySet()
keySet in interface Float2LongMapkeySet in interface java.util.Map<java.lang.Float,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Long>LongCollection values()
values in interface Float2LongMapvalues in interface java.util.Map<java.lang.Float,java.lang.Long>values in interface java.util.SortedMap<java.lang.Float,java.lang.Long>default Float2LongSortedMap synchronize()
synchronize in interface Float2LongMapFloat2LongMaps.synchronize(speiger.src.collections.floats.maps.interfaces.Float2LongMap)default Float2LongSortedMap synchronize(java.lang.Object mutex)
synchronize in interface Float2LongMapmutex - is the controller of the synchronization blockFloat2LongMaps.synchronize(speiger.src.collections.floats.maps.interfaces.Float2LongMap)default Float2LongSortedMap unmodifiable()
unmodifiable in interface Float2LongMapFloat2LongMaps.unmodifiable(speiger.src.collections.floats.maps.interfaces.Float2LongMap)Float2LongSortedMap subMap(float fromKey, float toKey)
fromKey - where the submap should starttoKey - where the subMap should endFloat2LongSortedMap headMap(float toKey)
toKey - where the headMap should endFloat2LongSortedMap tailMap(float fromKey)
fromKey - where the TailMap should startfloat firstFloatKey()
float pollFirstFloatKey()
float lastFloatKey()
float pollLastFloatKey()
long firstLongValue()
long lastLongValue()
@Deprecated default java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Long>@Deprecated default java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Long>@Deprecated default Float2LongSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Long>@Deprecated default Float2LongSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Long>@Deprecated default Float2LongSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Long>