Modul speiger.src.collections
Klasse Float2IntMaps.UnmodifyableNavigableMap
java.lang.Object
java.util.AbstractMap<Float,Integer>
speiger.src.collections.floats.maps.abstracts.AbstractFloat2IntMap
speiger.src.collections.floats.utils.maps.Float2IntMaps.UnmodifyableMap
speiger.src.collections.floats.utils.maps.Float2IntMaps.UnmodifyableSortedMap
speiger.src.collections.floats.utils.maps.Float2IntMaps.UnmodifyableNavigableMap
- Alle implementierten Schnittstellen:
Map<Float,,Integer> NavigableMap<Float,,Integer> SortedMap<Float,,Integer> Float2IntFunction,Float2IntMap,Float2IntNavigableMap,Float2IntSortedMap
- Umschließende Klasse:
Float2IntMaps
public static class Float2IntMaps.UnmodifyableNavigableMap
extends Float2IntMaps.UnmodifyableSortedMap
implements Float2IntNavigableMap
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.abstracts.AbstractFloat2IntMap
AbstractFloat2IntMap.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.floats.maps.interfaces.Float2IntMap
Float2IntMap.BuilderCache, Float2IntMap.Entry, Float2IntMap.FastEntrySet, Float2IntMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.interfaces.Float2IntSortedMap
Float2IntSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(float key) A Type Specific ceilingEntry method to reduce boxing/unboxing.floatceilingKey(float key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(float key) A Type Specific floorEntry method to reduce boxing/unboxing.floatfloorKey(float key) A Type Specific floorKey method to reduce boxing/unboxing.floatA Helper method to get the max value for SubMaps.floatA Helper method to get the min value for SubMaps.headMap(float toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(float toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxinghigherEntry(float key) A Type Specific higherEntry method to reduce boxing/unboxing.floathigherKey(float key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(float key) A Type Specific lowerEntry method to reduce boxing/unboxing.floatlowerKey(float key) A Type Specific lowerKey method to reduce boxing/unboxing.voidsetDefaultMaxValue(float e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(float e) A Helper method to set the min value for SubMaps.subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(float fromKey, float toKey) A Type Specific SubMap method to reduce boxing/unboxingtailMap(float fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(float fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2IntMaps.UnmodifyableSortedMap
comparator, firstFloatKey, firstIntValue, lastFloatKey, lastIntValue, pollFirstFloatKey, pollLastFloatKeyVon Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2IntMaps.UnmodifyableMap
addTo, clear, computeInt, computeIntIfAbsent, computeIntIfAbsentNonDefault, computeIntIfPresent, computeIntIfPresentNonDefault, computeIntNonDefault, float2IntEntrySet, get, getOrDefault, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, supplyIntIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.floats.maps.abstracts.AbstractFloat2IntMap
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.floats.maps.interfaces.Float2IntMap
addTo, addToAll, applyAsInt, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfAbsentNonDefault, computeIntIfPresent, computeIntIfPresentNonDefault, computeIntNonDefault, 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, supplyIntIfAbsent, supplyIntIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2IntNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2IntSortedMap
comparator, firstFloatKey, firstIntValue, firstKey, lastFloatKey, lastIntValue, lastKey, pollFirstFloatKey, pollLastFloatKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleFloat2IntNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Float,Integer> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleFloat2IntMap- Angegeben von:
keySetin SchnittstelleFloat2IntNavigableMap- Angegeben von:
keySetin SchnittstelleFloat2IntSortedMap- Angegeben von:
keySetin SchnittstelleMap<Float,Integer> - Angegeben von:
keySetin SchnittstelleSortedMap<Float,Integer> - Setzt außer Kraft:
keySetin KlasseFloat2IntMaps.UnmodifyableSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleFloat2IntNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Float,Integer> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleFloat2IntNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Float,Integer> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleFloat2IntNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Float,Integer> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleFloat2IntNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Float,Integer> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleFloat2IntNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Float,Integer> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Float2IntNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2IntNavigableMap- 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:Float2IntNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2IntNavigableMap- 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:Float2IntNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2IntNavigableMap- 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:Float2IntSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2IntNavigableMap- Angegeben von:
subMapin SchnittstelleFloat2IntSortedMap- Setzt außer Kraft:
subMapin KlasseFloat2IntMaps.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:Float2IntSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2IntNavigableMap- Angegeben von:
headMapin SchnittstelleFloat2IntSortedMap- Setzt außer Kraft:
headMapin KlasseFloat2IntMaps.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:Float2IntSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2IntNavigableMap- Angegeben von:
tailMapin SchnittstelleFloat2IntSortedMap- Setzt außer Kraft:
tailMapin KlasseFloat2IntMaps.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(float e) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Helper method to set the max value for SubMaps. (Default: float.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleFloat2IntNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public float getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleFloat2IntNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(float e) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Helper method to set the min value for SubMaps. (Default: float.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleFloat2IntNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public float getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleFloat2IntNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
public float lowerKey(float key) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleFloat2IntNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public float higherKey(float key) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleFloat2IntNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public float floorKey(float key) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleFloat2IntNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public float ceilingKey(float key) Beschreibung aus Schnittstelle kopiert:Float2IntNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleFloat2IntNavigableMap- 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:Float2IntNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleFloat2IntNavigableMap- 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:Float2IntNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleFloat2IntNavigableMap- 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:Float2IntNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleFloat2IntNavigableMap- 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:Float2IntNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleFloat2IntNavigableMap- 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:Float2IntMapA 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 SchnittstelleFloat2IntMap- Angegeben von:
copyin SchnittstelleFloat2IntNavigableMap- Angegeben von:
copyin SchnittstelleFloat2IntSortedMap- Setzt außer Kraft:
copyin KlasseFloat2IntMaps.UnmodifyableSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-