Search
Preparing search index...
The search index is not available
@mechoshi/data-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@mechoshi/data-structures
SinglyLinkedNode
Class SinglyLinkedNode<T>
Type parameters
T
Hierarchy
SinglyLinkedNode
Index
Constructors
constructor
Properties
next
value
Constructors
constructor
new
Singly
Linked
Node
<
T
>
(
value
:
T
)
:
SinglyLinkedNode
<
T
>
Type parameters
T
Parameters
value:
T
Returns
SinglyLinkedNode
<
T
>
Properties
next
next
:
null
|
SinglyLinkedNode
<
T
>
value
value
:
T
Exports
Singly
Linked
Node
constructor
next
value
Generated using
TypeDoc