Search
Preparing search index...
The search index is not available
@pencroff/ts-algorithms
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
structure
LinkedListNode
Class LinkedListNode<T>
Node for
LinkedList
Type parameters
T
Hierarchy
LinkedListNode
Index
Constructors
constructor
Properties
next
prev
value
Methods
to
String
Constructors
constructor
new
Linked
List
Node
(
value
:
T
, next
?:
LinkedListNode
<
T
>
, prev
?:
LinkedListNode
<
T
>
)
:
LinkedListNode
LinkeListNode constructor
Parameters
value:
T
node value
Default value
next:
LinkedListNode
<
T
>
= null
node
Default value
prev:
LinkedListNode
<
T
>
= null
Returns
LinkedListNode
Properties
next
next
:
LinkedListNode
<
T
>
node
prev
prev
:
LinkedListNode
<
T
>
value
value
:
T
node value
Methods
to
String
to
String
(
serializer
?:
function
)
:
string
Transform node to string
Parameters
Optional
serializer:
function
(
value
:
T
)
:
string
Parameters
value:
T
Returns
string
Returns
string
Globals
error
hash
primitive
search
sort
structure
Binary
Heap
Dictionary
Linked
List
Linked
List
Node
constructor
next
prev
value
to
String
Max
Binary
Heap
Priority
Queue
Queue
Stack
Dictionary
Options
Priority
Tuple
priority
Comparator
Node for LinkedList