V - the keyType of elements maintained by this Collectionpublic static class Float2ObjectMaps.UnmodifyableSortedMap<V> extends Float2ObjectMaps.UnmodifyableMap<V> implements Float2ObjectSortedMap<V>
AbstractFloat2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2ObjectSortedMap.FastSortedSet<V>Float2ObjectMap.BuilderCache<V>, Float2ObjectMap.Entry<V>, Float2ObjectMap.FastEntrySet<V>, Float2ObjectMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2ObjectSortedMap<V> |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
V |
firstValue()
A method to get the first Value of a Map.
|
Float2ObjectSortedMap<V> |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
FloatSortedSet |
keySet() |
float |
lastFloatKey()
A method to get the last Key of a Map.
|
V |
lastValue()
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.
|
Float2ObjectSortedMap<V> |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2ObjectSortedMap<V> |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
clear, compute, computeIfAbsent, computeIfPresent, float2ObjectEntrySet, get, getOrDefault, merge, mergeAll, put, putIfAbsent, remove, remove, removeOrDefault, replaceObjects, replaceObjects, supplyIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuefirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesapply, builder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, float2ObjectEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsentpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,V>comparator in interface Float2ObjectSortedMap<V>public Float2ObjectSortedMap<V> subMap(float fromKey, float toKey)
Float2ObjectSortedMapsubMap in interface Float2ObjectSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Float2ObjectSortedMap<V> headMap(float toKey)
Float2ObjectSortedMapheadMap in interface Float2ObjectSortedMap<V>toKey - where the headMap should endpublic Float2ObjectSortedMap<V> tailMap(float fromKey)
Float2ObjectSortedMaptailMap in interface Float2ObjectSortedMap<V>fromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,V>keySet in interface java.util.SortedMap<java.lang.Float,V>keySet in interface Float2ObjectMap<V>keySet in interface Float2ObjectSortedMap<V>keySet in class Float2ObjectMaps.UnmodifyableMap<V>public float firstFloatKey()
Float2ObjectSortedMapfirstFloatKey in interface Float2ObjectSortedMap<V>public float pollFirstFloatKey()
Float2ObjectSortedMappollFirstFloatKey in interface Float2ObjectSortedMap<V>public float lastFloatKey()
Float2ObjectSortedMaplastFloatKey in interface Float2ObjectSortedMap<V>public float pollLastFloatKey()
Float2ObjectSortedMappollLastFloatKey in interface Float2ObjectSortedMap<V>public V firstValue()
Float2ObjectSortedMapfirstValue in interface Float2ObjectSortedMap<V>public V lastValue()
Float2ObjectSortedMaplastValue in interface Float2ObjectSortedMap<V>public Float2ObjectSortedMap<V> copy()
Float2ObjectMapcopy in interface Float2ObjectMap<V>copy in interface Float2ObjectSortedMap<V>copy in class Float2ObjectMaps.UnmodifyableMap<V>