Modul speiger.src.collections
Schnittstelle Double2IntMap.Entry
- Alle bekannten Implementierungsklassen:
AbstractDouble2IntMap.BasicEntry,Double2IntMaps.UnmodifyableEntry
- Umschließende Schnittstelle:
Double2IntMap
Type Specific Map Entry that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoubleType Specific getKey method that reduces boxing/unboxingintType Specific getValue method that reduces boxing/unboxingdefault DoublegetKey()default IntegergetValue()intsetValue(int value) Type Specific setValue method that reduces boxing/unboxingdefault Integer
-
Methodendetails
-
getDoubleKey
double getDoubleKey()Type Specific getKey method that reduces boxing/unboxing- Gibt zurück:
- the key of a given Entry
-
getKey
-
getIntValue
int getIntValue()Type Specific getValue method that reduces boxing/unboxing- Gibt zurück:
- the value of a given Entry
-
setValue
int setValue(int 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
-