public final class FloatInfo extends Object implements NumberInfo
float
value.ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
Float |
getObject()
Returns the value as
Object . |
float |
getValue()
Returns the value.
|
int |
hashCode() |
static FloatInfo |
of(float value)
Returns an instance for the value.
|
String |
toString() |
public static FloatInfo of(float value)
value
- the valuepublic ValueInfo.Kind getKind()
ValueInfo
public Float getObject()
ValueInfo
Object
.getObject
in interface NumberInfo
getObject
in interface ValueInfo
public float getValue()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.