T[]
Reset the the Linked List to empty initial
Append the element to the end of the Linked List
T
Add element after a given index
T
index
Reset the the Linked List to empty initial
Get element at given index
index
Prepend the element to the start of the Linked List
T
Remove element at given index
index
return removed element, null if it is invalid removal
Reverse the order of the linked list
Convert the Linked List to array
Generated using TypeDoc
Construct linked list from an array