public interface CharValue
Implementations may store the value in different formats or mediums. For example, the value could be stored in binary format or text format, in memory or on disk.
The getValue method retrieves the current char value. The setValue method sets the char value.
BooleanValue,
ByteValue,
CharValue,
DoubleValue,
FloatValue,
IntValue,
LongValue,
ShortValue,
StringValue,
LongArrayValues,
IntArrayValues| Modifier and Type | Method and Description |
|---|---|
char |
getValue()
Retrieves the char value.
|
void |
setValue(char value)
Sets the char value.
|
Copyright © 2024. All rights reserved.