Modul speiger.src.collections
Schnittstelle Object2DoubleMap.Entry<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle bekannten Implementierungsklassen:
AbstractObject2DoubleMap.BasicEntry,Object2DoubleMaps.UnmodifyableEntry
- Umschließende Schnittstelle:
Object2DoubleMap<T>
Type Specific Map Entry that reduces boxing/unboxing
-
Methodenübersicht
-
Methodendetails
-
getDoubleValue
double getDoubleValue()Type Specific getValue method that reduces boxing/unboxing- Gibt zurück:
- the value of a given Entry
-
setValue
double setValue(double value) Type Specific setValue method that reduces boxing/unboxing- Parameter:
value- the new Value that should be placed in the given entry- Gibt zurück:
- the old value of a given entry
- Löst aus:
UnsupportedOperationException- if the Entry is immutable or not supported
-
getValue
-
setValue
-