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