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