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