Modul speiger.src.collections
Klasse Object2FloatMaps.UnmodifyableEntry<T>
java.lang.Object
speiger.src.collections.objects.maps.abstracts.AbstractObject2FloatMap.BasicEntry<T>
speiger.src.collections.objects.utils.maps.Object2FloatMaps.UnmodifyableEntry<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Map.Entry<T,,Float> Object2FloatMap.Entry<T>
- Umschließende Klasse:
Object2FloatMaps
public static class Object2FloatMaps.UnmodifyableEntry<T>
extends AbstractObject2FloatMap.BasicEntry<T>
The Unmodifyable Entry implementation for the helper function unmodifiableEntry()
-
Methodenübersicht
Von Klasse geerbte Methoden speiger.src.collections.objects.maps.abstracts.AbstractObject2FloatMap.BasicEntry
equals, getFloatValue, getKey, hashCode, setValue, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2FloatMap.Entry
getValue, setValue
-
Methodendetails
-
set
Beschreibung aus Klasse kopiert:AbstractObject2FloatMap.BasicEntryA Helper method for fast replacing values- Setzt außer Kraft:
setin KlasseAbstractObject2FloatMap.BasicEntry<T>- Parameter:
key- the key that should be replacedvalue- the value that should be replaced
-