Modul speiger.src.collections
Klasse Int2FloatMaps.UnmodifyableNavigableMap
java.lang.Object
java.util.AbstractMap<Integer,Float>
speiger.src.collections.ints.maps.abstracts.AbstractInt2FloatMap
speiger.src.collections.ints.utils.maps.Int2FloatMaps.UnmodifyableMap
speiger.src.collections.ints.utils.maps.Int2FloatMaps.UnmodifyableSortedMap
speiger.src.collections.ints.utils.maps.Int2FloatMaps.UnmodifyableNavigableMap
- Alle implementierten Schnittstellen:
Map<Integer,,Float> NavigableMap<Integer,,Float> SortedMap<Integer,,Float> Int2FloatFunction,Int2FloatMap,Int2FloatNavigableMap,Int2FloatSortedMap
- Umschließende Klasse:
Int2FloatMaps
public static class Int2FloatMaps.UnmodifyableNavigableMap
extends Int2FloatMaps.UnmodifyableSortedMap
implements Int2FloatNavigableMap
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.abstracts.AbstractInt2FloatMap
AbstractInt2FloatMap.BasicEntryVon Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2FloatMap
Int2FloatMap.BuilderCache, Int2FloatMap.Entry, Int2FloatMap.FastEntrySet, Int2FloatMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2FloatSortedMap
Int2FloatSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(int key) A Type Specific ceilingEntry method to reduce boxing/unboxing.intceilingKey(int key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(int key) A Type Specific floorEntry method to reduce boxing/unboxing.intfloorKey(int key) A Type Specific floorKey method to reduce boxing/unboxing.intA Helper method to get the max value for SubMaps.intA Helper method to get the min value for SubMaps.headMap(int toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(int toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxinghigherEntry(int key) A Type Specific higherEntry method to reduce boxing/unboxing.inthigherKey(int key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(int key) A Type Specific lowerEntry method to reduce boxing/unboxing.intlowerKey(int key) A Type Specific lowerKey method to reduce boxing/unboxing.voidsetDefaultMaxValue(int e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(int e) A Helper method to set the min value for SubMaps.subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(int fromKey, int toKey) A Type Specific SubMap method to reduce boxing/unboxingtailMap(int fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(int fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2FloatMaps.UnmodifyableSortedMap
comparator, firstFloatValue, firstIntKey, lastFloatValue, lastIntKey, pollFirstIntKey, pollLastIntKeyVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2FloatMaps.UnmodifyableMap
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfAbsentNonDefault, computeFloatIfPresent, computeFloatIfPresentNonDefault, computeFloatNonDefault, get, getOrDefault, int2FloatEntrySet, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, supplyFloatIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.ints.maps.abstracts.AbstractInt2FloatMap
addToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValueVon Klasse geerbte Methoden java.util.AbstractMap
containsKey, containsValue, isEmpty, size, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2FloatMap
addTo, addToAll, applyAsFloat, compute, computeFloat, computeFloatIfAbsent, computeFloatIfAbsentNonDefault, computeFloatIfPresent, computeFloatIfPresentNonDefault, computeFloatNonDefault, 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, supplyFloatIfAbsent, supplyFloatIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2FloatNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2FloatSortedMap
comparator, firstFloatValue, firstIntKey, firstKey, lastFloatValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleInt2FloatNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Integer,Float> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleInt2FloatMap- Angegeben von:
keySetin SchnittstelleInt2FloatNavigableMap- Angegeben von:
keySetin SchnittstelleInt2FloatSortedMap- Angegeben von:
keySetin SchnittstelleMap<Integer,Float> - Angegeben von:
keySetin SchnittstelleSortedMap<Integer,Float> - Setzt außer Kraft:
keySetin KlasseInt2FloatMaps.UnmodifyableSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleInt2FloatNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Integer,Float> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleInt2FloatNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Integer,Float> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleInt2FloatNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Integer,Float> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleInt2FloatNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Integer,Float> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleInt2FloatNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Integer,Float> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Int2FloatNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2FloatNavigableMap- Parameter:
fromKey- where the submap should startfromInclusive- if the fromKey is inclusive or nottoKey- where the subMap should endtoInclusive- if the toKey is inclusive or not- Gibt zurück:
- a SubMap that is within the range of the desired range
-
headMap
Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2FloatNavigableMap- Parameter:
toKey- where the HeadMap should endinclusive- if the toKey is inclusive or not- Gibt zurück:
- a HeadMap that is within the range of the desired range
-
tailMap
Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2FloatNavigableMap- Parameter:
fromKey- where the TailMap should startinclusive- if the fromKey is inclusive or not- Gibt zurück:
- a TailMap that is within the range of the desired range
-
subMap
Beschreibung aus Schnittstelle kopiert:Int2FloatSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2FloatNavigableMap- Angegeben von:
subMapin SchnittstelleInt2FloatSortedMap- Setzt außer Kraft:
subMapin KlasseInt2FloatMaps.UnmodifyableSortedMap- Parameter:
fromKey- where the submap should starttoKey- where the subMap should end- Gibt zurück:
- a SubMap that is within the range of the desired range
-
headMap
Beschreibung aus Schnittstelle kopiert:Int2FloatSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2FloatNavigableMap- Angegeben von:
headMapin SchnittstelleInt2FloatSortedMap- Setzt außer Kraft:
headMapin KlasseInt2FloatMaps.UnmodifyableSortedMap- Parameter:
toKey- where the headMap should end- Gibt zurück:
- a HeadMap that is within the range of the desired range
-
tailMap
Beschreibung aus Schnittstelle kopiert:Int2FloatSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2FloatNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2FloatSortedMap- Setzt außer Kraft:
tailMapin KlasseInt2FloatMaps.UnmodifyableSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
public void setDefaultMaxValue(int e) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Helper method to set the max value for SubMaps. (Default: int.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleInt2FloatNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public int getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleInt2FloatNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(int e) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Helper method to set the min value for SubMaps. (Default: int.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleInt2FloatNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public int getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleInt2FloatNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
public int lowerKey(int key) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public int higherKey(int key) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public int floorKey(int key) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public int ceilingKey(int key) Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal key that can be found
-
lowerEntry
Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower entry that can be found, or null
-
higherEntry
Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher entry that can be found, or null
-
floorEntry
Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal entry that can be found, or null
-
ceilingEntry
Beschreibung aus Schnittstelle kopiert:Int2FloatNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleInt2FloatNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal entry that can be found, or null
-
copy
Beschreibung aus Schnittstelle kopiert:Int2FloatMapA Function that does a shallow clone of the Map itself. This function is more optimized then a copy constructor since the Map does not have to be unsorted/resorted. It can be compared to Cloneable but with less exception risk- Angegeben von:
copyin SchnittstelleInt2FloatMap- Angegeben von:
copyin SchnittstelleInt2FloatNavigableMap- Angegeben von:
copyin SchnittstelleInt2FloatSortedMap- Setzt außer Kraft:
copyin KlasseInt2FloatMaps.UnmodifyableSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-