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