public class LongValue extends Object implements Value
| Constructor and Description |
|---|
LongValue(long value) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue() |
long |
getLongValue() |
String |
getStringValue() |
Value |
negate() |
String |
toString() |
public double getDoubleValue()
getDoubleValue in interface Valuepublic long getLongValue()
getLongValue in interface Valuepublic String getStringValue()
getStringValue in interface ValueCopyright © 2019. All rights reserved.