public static class Int2FloatMaps.UnmodifyableSortedMap extends Int2FloatMaps.UnmodifyableMap implements Int2FloatSortedMap
AbstractInt2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2FloatSortedMap.FastSortedSetInt2FloatMap.BuilderCache, Int2FloatMap.Entry, Int2FloatMap.FastEntrySet, Int2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
Int2FloatSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
Int2FloatSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
IntSortedSet |
keySet() |
float |
lastFloatValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
Int2FloatSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2FloatSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, get, getOrDefault, int2FloatEntrySet, 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, int2FloatEntrySet, 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 IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>comparator in interface Int2FloatSortedMappublic Int2FloatSortedMap subMap(int fromKey, int toKey)
Int2FloatSortedMapsubMap in interface Int2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2FloatSortedMap headMap(int toKey)
Int2FloatSortedMapheadMap in interface Int2FloatSortedMaptoKey - where the headMap should endpublic Int2FloatSortedMap tailMap(int fromKey)
Int2FloatSortedMaptailMap in interface Int2FloatSortedMapfromKey - where the TailMap should startpublic IntSortedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>keySet in interface Int2FloatMapkeySet in interface Int2FloatSortedMapkeySet in class Int2FloatMaps.UnmodifyableMappublic int firstIntKey()
Int2FloatSortedMapfirstIntKey in interface Int2FloatSortedMappublic int pollFirstIntKey()
Int2FloatSortedMappollFirstIntKey in interface Int2FloatSortedMappublic int lastIntKey()
Int2FloatSortedMaplastIntKey in interface Int2FloatSortedMappublic int pollLastIntKey()
Int2FloatSortedMappollLastIntKey in interface Int2FloatSortedMappublic float firstFloatValue()
Int2FloatSortedMapfirstFloatValue in interface Int2FloatSortedMappublic float lastFloatValue()
Int2FloatSortedMaplastFloatValue in interface Int2FloatSortedMappublic Int2FloatSortedMap copy()
Int2FloatMapcopy in interface Int2FloatMapcopy in interface Int2FloatSortedMapcopy in class Int2FloatMaps.UnmodifyableMap