Modul speiger.src.collections
Schnittstelle Byte2BooleanMap.Entry
- Alle bekannten Implementierungsklassen:
AbstractByte2BooleanMap.BasicEntry,Byte2BooleanMaps.UnmodifyableEntry
- Umschließende Schnittstelle:
Byte2BooleanMap
Type Specific Map Entry that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanType Specific getValue method that reduces boxing/unboxingbyteType Specific getKey method that reduces boxing/unboxingdefault BytegetKey()default BooleangetValue()booleansetValue(boolean value) Type Specific setValue method that reduces boxing/unboxingdefault Boolean
-
Methodendetails
-
getByteKey
byte getByteKey()Type Specific getKey method that reduces boxing/unboxing- Gibt zurück:
- the key of a given Entry
-
getKey
-
getBooleanValue
boolean getBooleanValue()Type Specific getValue method that reduces boxing/unboxing- Gibt zurück:
- the value of a given Entry
-
setValue
boolean setValue(boolean 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
-