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