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