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