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