Constructor
new StackNode(valueopt)
Parameters:
PropertiesName | 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