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