public static class Int2FloatMaps.SynchronizedSortedMap extends Int2FloatMaps.SynchronizedMap 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.
|
java.lang.Integer |
firstKey()
Deprecated.
|
Int2FloatSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2FloatSortedMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
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.
|
java.lang.Integer |
lastKey()
Deprecated.
|
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(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
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
|
Int2FloatSortedMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2FloatEntrySet, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, subFrom, supplyFloatIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsFloat, 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, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Integer firstKey()
firstKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>firstKey in interface Int2FloatSortedMap@Deprecated public java.lang.Integer lastKey()
lastKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>lastKey in interface Int2FloatSortedMap@Deprecated public Int2FloatSortedMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>subMap in interface Int2FloatSortedMap@Deprecated public Int2FloatSortedMap headMap(java.lang.Integer toKey)
headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>headMap in interface Int2FloatSortedMap@Deprecated public Int2FloatSortedMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>tailMap in interface Int2FloatSortedMap