public class VariableData<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
identifier |
T |
value |
Constructor and Description |
---|
VariableData(int identifier,
T value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |