UNPKG

data-collection.js

Version:

Simple collection classes that can be used in JS/Node.

13 lines (9 loc) 259 B
<a name="LinkedNode"></a> ## LinkedNode **Kind**: global class <a name="new_LinkedNode_new"></a> ### new LinkedNode(data, next) | Param | Default | Description | | --- | --- | --- | | data | |the node data | | next | <code>null</code> | the left node |