Constructor
new DLLNode(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 | DLLNode | | The next node in the list |