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