public static class Long2FloatMaps.UnmodifyableSortedMap extends Long2FloatMaps.UnmodifyableMap implements Long2FloatSortedMap
AbstractLong2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2FloatSortedMap.FastSortedSetLong2FloatMap.BuilderCache, Long2FloatMap.Entry, Long2FloatMap.FastEntrySet, Long2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2FloatSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
Long2FloatSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
LongSortedSet |
keySet() |
float |
lastFloatValue()
A method to get the last Value of a Map.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
Long2FloatSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2FloatSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, get, getOrDefault, long2FloatEntrySet, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, builder, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2FloatEntrySet, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsentpublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Float>comparator in interface Long2FloatSortedMappublic Long2FloatSortedMap subMap(long fromKey, long toKey)
Long2FloatSortedMapsubMap in interface Long2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2FloatSortedMap headMap(long toKey)
Long2FloatSortedMapheadMap in interface Long2FloatSortedMaptoKey - where the headMap should endpublic Long2FloatSortedMap tailMap(long fromKey)
Long2FloatSortedMaptailMap in interface Long2FloatSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Float>keySet in interface Long2FloatMapkeySet in interface Long2FloatSortedMapkeySet in class Long2FloatMaps.UnmodifyableMappublic long firstLongKey()
Long2FloatSortedMapfirstLongKey in interface Long2FloatSortedMappublic long pollFirstLongKey()
Long2FloatSortedMappollFirstLongKey in interface Long2FloatSortedMappublic long lastLongKey()
Long2FloatSortedMaplastLongKey in interface Long2FloatSortedMappublic long pollLastLongKey()
Long2FloatSortedMappollLastLongKey in interface Long2FloatSortedMappublic float firstFloatValue()
Long2FloatSortedMapfirstFloatValue in interface Long2FloatSortedMappublic float lastFloatValue()
Long2FloatSortedMaplastFloatValue in interface Long2FloatSortedMappublic Long2FloatSortedMap copy()
Long2FloatMapcopy in interface Long2FloatMapcopy in interface Long2FloatSortedMapcopy in class Long2FloatMaps.UnmodifyableMap