public static class Int2FloatMaps.SynchronizedNavigableMap extends Int2FloatMaps.SynchronizedSortedMap implements Int2FloatNavigableMap
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 |
|---|---|
Int2FloatMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2FloatMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
Int2FloatNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2FloatNavigableMap |
descendingMap() |
Int2FloatMap.Entry |
firstEntry() |
Int2FloatMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2FloatMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Integer |
floorKey(java.lang.Integer key)
Deprecated.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Int2FloatNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2FloatNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2FloatNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2FloatNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2FloatMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2FloatMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
keySet() |
Int2FloatMap.Entry |
lastEntry() |
Int2FloatMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2FloatMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
navigableKeySet() |
Int2FloatMap.Entry |
pollFirstEntry() |
Int2FloatMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubMaps.
|
Int2FloatNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2FloatNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2FloatNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2FloatNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2FloatNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2FloatNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2FloatNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2FloatNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstFloatValue, firstIntKey, firstKey, lastFloatValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKeyaddTo, 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, unmodifiablecomparator, firstFloatValue, firstIntKey, firstKey, lastFloatValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, 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 Int2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>descendingMap in interface Int2FloatNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>navigableKeySet in interface Int2FloatNavigableMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>descendingKeySet in interface Int2FloatNavigableMappublic IntNavigableSet 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 Int2FloatNavigableMapkeySet in interface Int2FloatSortedMapkeySet in class Int2FloatMaps.SynchronizedSortedMappublic Int2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>firstEntry in interface Int2FloatNavigableMappublic Int2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>lastEntry in interface Int2FloatNavigableMappublic Int2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>pollFirstEntry in interface Int2FloatNavigableMappublic Int2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>pollLastEntry in interface Int2FloatNavigableMappublic Int2FloatNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2FloatNavigableMapsubMap in interface Int2FloatNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2FloatNavigableMap headMap(int toKey, boolean inclusive)
Int2FloatNavigableMapheadMap in interface Int2FloatNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2FloatNavigableMap tailMap(int fromKey, boolean inclusive)
Int2FloatNavigableMaptailMap in interface Int2FloatNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2FloatNavigableMap subMap(int fromKey, int toKey)
Int2FloatSortedMapsubMap in interface Int2FloatNavigableMapsubMap in interface Int2FloatSortedMapsubMap in class Int2FloatMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2FloatNavigableMap headMap(int toKey)
Int2FloatSortedMapheadMap in interface Int2FloatNavigableMapheadMap in interface Int2FloatSortedMapheadMap in class Int2FloatMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2FloatNavigableMap tailMap(int fromKey)
Int2FloatSortedMaptailMap in interface Int2FloatNavigableMaptailMap in interface Int2FloatSortedMaptailMap in class Int2FloatMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic int lowerKey(int key)
Int2FloatNavigableMaplowerKey in interface Int2FloatNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2FloatNavigableMaphigherKey in interface Int2FloatNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2FloatNavigableMapfloorKey in interface Int2FloatNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2FloatNavigableMapceilingKey in interface Int2FloatNavigableMapkey - that should be compared with.public Int2FloatMap.Entry lowerEntry(int key)
Int2FloatNavigableMaplowerEntry in interface Int2FloatNavigableMapkey - that should be compared with.public Int2FloatMap.Entry higherEntry(int key)
Int2FloatNavigableMaphigherEntry in interface Int2FloatNavigableMapkey - that should be compared with.public Int2FloatMap.Entry floorEntry(int key)
Int2FloatNavigableMapfloorEntry in interface Int2FloatNavigableMapkey - that should be compared with.public Int2FloatMap.Entry ceilingEntry(int key)
Int2FloatNavigableMapceilingEntry in interface Int2FloatNavigableMapkey - that should be compared with.public Int2FloatNavigableMap copy()
Int2FloatMapcopy in interface Int2FloatMapcopy in interface Int2FloatNavigableMapcopy in interface Int2FloatSortedMapcopy in class Int2FloatMaps.SynchronizedSortedMap@Deprecated public Int2FloatNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>subMap in interface Int2FloatNavigableMap@Deprecated public Int2FloatNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>headMap in interface Int2FloatNavigableMap@Deprecated public Int2FloatNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>tailMap in interface Int2FloatNavigableMap@Deprecated public Int2FloatNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>subMap in interface Int2FloatNavigableMapsubMap in interface Int2FloatSortedMapsubMap in class Int2FloatMaps.SynchronizedSortedMap@Deprecated public Int2FloatNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>headMap in interface Int2FloatNavigableMapheadMap in interface Int2FloatSortedMapheadMap in class Int2FloatMaps.SynchronizedSortedMap@Deprecated public Int2FloatNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Float>tailMap in interface Int2FloatNavigableMaptailMap in interface Int2FloatSortedMaptailMap in class Int2FloatMaps.SynchronizedSortedMappublic void setDefaultMaxValue(int e)
Int2FloatNavigableMapsetDefaultMaxValue in interface Int2FloatNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2FloatNavigableMapgetDefaultMaxValue in interface Int2FloatNavigableMappublic void setDefaultMinValue(int e)
Int2FloatNavigableMapsetDefaultMinValue in interface Int2FloatNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2FloatNavigableMapgetDefaultMinValue in interface Int2FloatNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>lowerKey in interface Int2FloatNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>floorKey in interface Int2FloatNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>ceilingKey in interface Int2FloatNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>higherKey in interface Int2FloatNavigableMap@Deprecated public Int2FloatMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>lowerEntry in interface Int2FloatNavigableMap@Deprecated public Int2FloatMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>floorEntry in interface Int2FloatNavigableMap@Deprecated public Int2FloatMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>ceilingEntry in interface Int2FloatNavigableMap@Deprecated public Int2FloatMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>higherEntry in interface Int2FloatNavigableMap