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