Constructor
new StackNode(valueopt)
Parameters:
Properties| Name | Type | Attributes | Description |
|---|---|---|---|
value | * | <optional> | The value to be stored in the node |
| Name | Type | Description |
|---|---|---|
next | StackNode | The next node in the stack |
value | * | The value stored in the node |
- Source