public class ImmutableLongEncodedValue extends BaseLongEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected long |
value |
| Constructor and Description |
|---|
ImmutableLongEncodedValue(long value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue()
Gets the long value.
|
static ImmutableLongEncodedValue |
of(LongEncodedValue longEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static ImmutableLongEncodedValue of(LongEncodedValue longEncodedValue)
public long getValue()
LongEncodedValuegetValue in interface LongEncodedValue