Search
Preparing search index...
The search index is not available
tstruct
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"LinkedList/LinkedList"
ILinkedListNode
Class ILinkedListNode<T, T>
Type parameters
T
T
Hierarchy
ILinkedListNode
Implements
ILinkedListNode
<
T
>
Implemented by
ILinkedListNode
Index
Constructors
constructor
Properties
next
val
Constructors
constructor
new ILinked
List
Node
(
val
:
T
, next
?:
ILinkedListNode
<
T
>
)
:
ILinkedListNode
Parameters
val:
T
Optional
next:
ILinkedListNode
<
T
>
Returns
ILinkedListNode
Properties
Optional
next
next
:
ILinkedListNode
<
T
>
val
val
:
T
Globals
"
Binary
Tree/AVLTree"
"
Binary
Tree/
Binary
Search
Tree"
"
Binary
Tree/
Binary
Tree"
"
Common/
Common"
"
Compare
Function"
"
Graph/
Graph"
"
Heap/
Heap"
"
Linked
List/
Linked
List"
"
Queue/
Priority
Queue"
"
Queue/
Queue"
"
Sorting
Algorithms/
Sorting
Algorithms"
"
Stack/
Stack"
"
Trie/
Trie"
"
Union
Find/
Union
Find"
ILinked
List
Node
constructor
next
val
Linked
List
ILinked
List
Generated using
TypeDoc