Search
Preparing search index...
The search index is not available
data-structures-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Node
Class Node<T, T>
Type parameters
T
T
Hierarchy
Node
Index
Constructors
constructor
Properties
next
prev
val
Constructors
constructor
new
Node
(
val
:
T
)
:
Node
Parameters
val:
T
Returns
Node
Properties
next
next
:
Node
<
T
>
= null
prev
prev
:
Node
<
T
>
|
null
= null
val
val
:
T
Globals
Doubly
Linked
List
Linked
List
Node
constructor
next
prev
val
Queue
Stack
List
Generated using
TypeDoc