public class ImmutableIntEncodedValue extends BaseIntEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected int |
value |
| Constructor and Description |
|---|
ImmutableIntEncodedValue(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Gets the integer value.
|
static ImmutableIntEncodedValue |
of(IntEncodedValue intEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static ImmutableIntEncodedValue of(IntEncodedValue intEncodedValue)
public int getValue()
IntEncodedValuegetValue in interface IntEncodedValue