public class LongNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected long |
value |
| Constructor and Description |
|---|
LongNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObjectValue() |
long |
getValue() |
void |
setValue(long aValue) |
public Object getObjectValue()
getObjectValue in class Nodepublic long getValue()
public void setValue(long aValue)
Copyright © 2008-2016. All Rights Reserved.