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