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