public final class DoubleValue extends Object implements DataValue
| Constructor and Description |
|---|
DoubleValue(double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueVisitor visitor) |
DoubleValue |
copy() |
boolean |
equals(Object o) |
DataType |
getType() |
double |
getValue() |
int |
hashCode() |
String |
toString() |
public double getValue()
public void accept(ValueVisitor visitor)
public DoubleValue copy()
copy in interface DataValueConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2022. All rights reserved.