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