Search
Preparing search index...
The search index is not available
ts-data-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ListNode
Class ListNode<T>
Type parameters
T
Hierarchy
ListNode
Index
Constructors
constructor
Properties
data
next
Constructors
constructor
new
List
Node
(
data
?:
T
)
:
ListNode
Parameters
Optional
data:
T
Returns
ListNode
Properties
data
data
:
T
next
next
:
ListNode
<
T
>
Globals
Linked
List
List
Node
constructor
data
next
Tree
Node
Generated using
TypeDoc