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