@frontendx/dsa-runtime - v1.0.0
Preparing search index...
data-structures/linked-list/LinkedList
LinkedListNode
Class LinkedListNode<T>
Type Parameters
T
Index
Constructors
constructor
Properties
next
value
Constructors
constructor
new
LinkedListNode
<
T
>
(
value
:
T
)
:
LinkedListNode
<
T
>
Type Parameters
T
Parameters
value
:
T
Returns
LinkedListNode
<
T
>
Properties
next
next
:
LinkedListNode
<
T
>
|
null
= null
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
next
value
@frontendx/dsa-runtime - v1.0.0
Loading...