T - the type of elements maintained by this Collectionpublic static class Object2FloatMaps.UnmodifyableSortedMap<T> extends Object2FloatMaps.UnmodifyableMap<T> implements Object2FloatSortedMap<T>
AbstractObject2FloatMap.BasicEntry<T>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2FloatSortedMap.FastSortedSet<T>Object2FloatMap.BuilderCache<T>, Object2FloatMap.Entry<T>, Object2FloatMap.FastEntrySet<T>, Object2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<T> |
comparator() |
Object2FloatSortedMap<T> |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
T |
firstKey() |
Object2FloatSortedMap<T> |
headMap(T toKey) |
ObjectSortedSet<T> |
keySet() |
float |
lastFloatValue()
A method to get the last Value of a Map.
|
T |
lastKey() |
T |
pollFirstKey()
A method to get and remove the first Key of a Map.
|
T |
pollLastKey()
A method to get and remove the last Key of a Map.
|
Object2FloatSortedMap<T> |
subMap(T fromKey,
T toKey) |
Object2FloatSortedMap<T> |
tailMap(T fromKey) |
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, getFloat, getOrDefault, mergeAllFloat, mergeFloat, object2FloatEntrySet, put, putIfAbsent, rem, remOrDefault, remove, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuesynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, object2FloatEntrySet, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsentpublic java.util.Comparator<T> comparator()
comparator in interface java.util.SortedMap<T,java.lang.Float>comparator in interface Object2FloatSortedMap<T>public Object2FloatSortedMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.SortedMap<T,java.lang.Float>subMap in interface Object2FloatSortedMap<T>public Object2FloatSortedMap<T> headMap(T toKey)
headMap in interface java.util.SortedMap<T,java.lang.Float>headMap in interface Object2FloatSortedMap<T>public Object2FloatSortedMap<T> tailMap(T fromKey)
tailMap in interface java.util.SortedMap<T,java.lang.Float>tailMap in interface Object2FloatSortedMap<T>public ObjectSortedSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Float>keySet in interface java.util.SortedMap<T,java.lang.Float>keySet in interface Object2FloatMap<T>keySet in interface Object2FloatSortedMap<T>keySet in class Object2FloatMaps.UnmodifyableMap<T>public T firstKey()
firstKey in interface java.util.SortedMap<T,java.lang.Float>public T pollFirstKey()
Object2FloatSortedMappollFirstKey in interface Object2FloatSortedMap<T>public T lastKey()
lastKey in interface java.util.SortedMap<T,java.lang.Float>public T pollLastKey()
Object2FloatSortedMappollLastKey in interface Object2FloatSortedMap<T>public float firstFloatValue()
Object2FloatSortedMapfirstFloatValue in interface Object2FloatSortedMap<T>public float lastFloatValue()
Object2FloatSortedMaplastFloatValue in interface Object2FloatSortedMap<T>public Object2FloatSortedMap<T> copy()
Object2FloatMapcopy in interface Object2FloatMap<T>copy in interface Object2FloatSortedMap<T>copy in class Object2FloatMaps.UnmodifyableMap<T>