Modul speiger.src.collections
Schnittstelle Long2CharMap.Entry
- Alle bekannten Implementierungsklassen:
AbstractLong2CharMap.BasicEntry,Long2CharMaps.UnmodifyableEntry
- Umschließende Schnittstelle:
Long2CharMap
Type Specific Map Entry that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcharType Specific getValue method that reduces boxing/unboxingdefault LonggetKey()longType Specific getKey method that reduces boxing/unboxingdefault CharactergetValue()charsetValue(char value) Type Specific setValue method that reduces boxing/unboxingdefault Character
-
Methodendetails
-
getLongKey
long getLongKey()Type Specific getKey method that reduces boxing/unboxing- Gibt zurück:
- the key of a given Entry
-
getKey
-
getCharValue
char getCharValue()Type Specific getValue method that reduces boxing/unboxing- Gibt zurück:
- the value of a given Entry
-
setValue
char setValue(char 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
-