Modul speiger.src.collections
Schnittstelle Short2ShortMap.Entry
- Alle bekannten Implementierungsklassen:
AbstractShort2ShortMap.BasicEntry,Short2ShortMaps.UnmodifyableEntry
- Umschließende Schnittstelle:
Short2ShortMap
Type Specific Map Entry that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault ShortgetKey()shortType Specific getKey method that reduces boxing/unboxingshortType Specific getValue method that reduces boxing/unboxingdefault ShortgetValue()shortsetValue(short value) Type Specific setValue method that reduces boxing/unboxingdefault Short
-
Methodendetails
-
getShortKey
short getShortKey()Type Specific getKey method that reduces boxing/unboxing- Gibt zurück:
- the key of a given Entry
-
getKey
-
getShortValue
short getShortValue()Type Specific getValue method that reduces boxing/unboxing- Gibt zurück:
- the value of a given Entry
-
setValue
short setValue(short 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
-