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