Preparing search index...
The search index is not available
@bhaireshm/algorithms
@bhaireshm/algorithms
DoublyLinkedListNode
Class DoublyLinkedListNode<T>
Type Parameters
T
=
any
Hierarchy
DoublyLinkedListNode
Index
Constructors
constructor
Properties
next
prev
value
Constructors
constructor
new
Doubly
Linked
List
Node
<
T
>
(
value
,
prev
?
,
next
?
)
:
DoublyLinkedListNode
<
T
>
Type Parameters
T
=
any
Parameters
value
:
T
prev
:
null
|
DoublyLinkedListNode
<
any
>
= null
next
:
null
|
DoublyLinkedListNode
<
any
>
= null
Returns
DoublyLinkedListNode
<
T
>
Properties
next
next
:
null
|
DoublyLinkedListNode
<
any
>
prev
prev
:
null
|
DoublyLinkedListNode
<
any
>
value
value
:
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
next
prev
value
@bhaireshm/algorithms
DoublyLinkedList
DoublyLinkedListNode
Generated using
TypeDoc