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