public static class Float2IntMaps.UnmodifyableSortedMap extends Float2IntMaps.UnmodifyableMap implements Float2IntSortedMap
AbstractFloat2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2IntSortedMap.FastSortedSetFloat2IntMap.BuilderCache, Float2IntMap.Entry, Float2IntMap.FastEntrySet, Float2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
Float2IntSortedMap |
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.
|
int |
lastIntValue()
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.
|
Float2IntSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, float2IntEntrySet, get, getOrDefault, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, 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, applyAsInt, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2IntEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>comparator in interface Float2IntSortedMappublic Float2IntSortedMap subMap(float fromKey, float toKey)
Float2IntSortedMapsubMap in interface Float2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2IntSortedMap headMap(float toKey)
Float2IntSortedMapheadMap in interface Float2IntSortedMaptoKey - where the headMap should endpublic Float2IntSortedMap tailMap(float fromKey)
Float2IntSortedMaptailMap in interface Float2IntSortedMapfromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>keySet in interface Float2IntMapkeySet in interface Float2IntSortedMapkeySet in class Float2IntMaps.UnmodifyableMappublic float firstFloatKey()
Float2IntSortedMapfirstFloatKey in interface Float2IntSortedMappublic float pollFirstFloatKey()
Float2IntSortedMappollFirstFloatKey in interface Float2IntSortedMappublic float lastFloatKey()
Float2IntSortedMaplastFloatKey in interface Float2IntSortedMappublic float pollLastFloatKey()
Float2IntSortedMappollLastFloatKey in interface Float2IntSortedMappublic int firstIntValue()
Float2IntSortedMapfirstIntValue in interface Float2IntSortedMappublic int lastIntValue()
Float2IntSortedMaplastIntValue in interface Float2IntSortedMappublic Float2IntSortedMap copy()
Float2IntMapcopy in interface Float2IntMapcopy in interface Float2IntSortedMapcopy in class Float2IntMaps.UnmodifyableMap