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