Search
Preparing search index...
The search index is not available
standard-data-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
LinkedListNode
Class LinkedListNode<T>
A node for the linked list
Type parameters
T
Hierarchy
LinkedListNode
Index
Constructors
constructor
Properties
left
right
value
Constructors
constructor
new
Linked
List
Node
(
value
:
T
)
:
LinkedListNode
Parameters
value:
T
Returns
LinkedListNode
Properties
left
left
:
LinkedListNode
<
T
>
|
undefined
Left Node
right
right
:
LinkedListNode
<
T
>
|
undefined
Right Node
value
value
:
T
Globals
Doubly
Linked
List
Either
Hash
Map
Left
Linked
List
Node
constructor
left
right
value
List
Max
Heap
No
Such
Value
Exception
None
Option
Right
Some
Tuple
ICollection
id
pipe
Generated using
TypeDoc
A node for the linked list