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