public class ImmutableCharEncodedValue extends BaseCharEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected char |
value |
| Constructor and Description |
|---|
ImmutableCharEncodedValue(char value) |
| Modifier and Type | Method and Description |
|---|---|
char |
getValue()
Gets the char value.
|
static ImmutableCharEncodedValue |
of(CharEncodedValue charEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static ImmutableCharEncodedValue of(CharEncodedValue charEncodedValue)
public char getValue()
CharEncodedValuegetValue in interface CharEncodedValue