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