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