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