public class ImmutableFloatEncodedValue extends BaseFloatEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected float |
value |
| Constructor and Description |
|---|
ImmutableFloatEncodedValue(float value) |
| Modifier and Type | Method and Description |
|---|---|
float |
getValue()
Gets the float value.
|
static ImmutableFloatEncodedValue |
of(FloatEncodedValue floatEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueTypepublic static ImmutableFloatEncodedValue of(FloatEncodedValue floatEncodedValue)
public float getValue()
FloatEncodedValuegetValue in interface FloatEncodedValue