public static class Int2FloatMaps.UnmodifyableNavigableMap extends Int2FloatMaps.UnmodifyableSortedMap 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.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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
|
Int2FloatMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
IntNavigableSet |
keySet() |
Int2FloatMap.Entry |
lastEntry() |
Int2FloatMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(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
|
comparator, firstFloatValue, firstIntKey, lastFloatValue, lastIntKey, pollFirstIntKey, pollLastIntKeyaddTo, 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, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, 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 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.UnmodifyableSortedMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Float>descendingKeySet in interface Int2FloatNavigableMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2FloatNavigableMap headMap(int toKey)
Int2FloatSortedMapheadMap in interface Int2FloatNavigableMapheadMap in interface Int2FloatSortedMapheadMap in class Int2FloatMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Int2FloatNavigableMap tailMap(int fromKey)
Int2FloatSortedMaptailMap in interface Int2FloatNavigableMaptailMap in interface Int2FloatSortedMaptailMap in class Int2FloatMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Int2FloatNavigableMappublic 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.UnmodifyableSortedMap