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