Modul speiger.src.collections
Klasse Float2BooleanMaps.UnmodifyableEntry
java.lang.Object
speiger.src.collections.floats.maps.abstracts.AbstractFloat2BooleanMap.BasicEntry
speiger.src.collections.floats.utils.maps.Float2BooleanMaps.UnmodifyableEntry
- Alle implementierten Schnittstellen:
Map.Entry<Float,,Boolean> Float2BooleanMap.Entry
- Umschließende Klasse:
Float2BooleanMaps
The Unmodifyable Entry implementation for the helper function unmodifiableEntry()
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidset(float key, boolean value) A Helper method for fast replacing valuesVon Klasse geerbte Methoden speiger.src.collections.floats.maps.abstracts.AbstractFloat2BooleanMap.BasicEntry
equals, getBooleanValue, getFloatKey, hashCode, setValue, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2BooleanMap.Entry
getKey, getValue, setValue
-
Methodendetails
-
set
public void set(float key, boolean value) Beschreibung aus Klasse kopiert:AbstractFloat2BooleanMap.BasicEntryA Helper method for fast replacing values- Setzt außer Kraft:
setin KlasseAbstractFloat2BooleanMap.BasicEntry- Parameter:
key- the key that should be replacedvalue- the value that should be replaced
-