public class ImmutableShortEncodedValue extends BaseShortEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected short |
value |
| Constructor and Description |
|---|
ImmutableShortEncodedValue(short value) |
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Gets the short value.
|
static ImmutableShortEncodedValue |
of(ShortEncodedValue shortEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static ImmutableShortEncodedValue of(ShortEncodedValue shortEncodedValue)
public short getValue()
ShortEncodedValuegetValue in interface ShortEncodedValue