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"
ILinkedList
Interface ILinkedList<T>
Type parameters
T
Hierarchy
ILinkedList
Implemented by
LinkedList
Index
Properties
head
is
Empty
size
tail
Methods
[
Symbol.iterator]
add
get
remove
Properties
Readonly
head
head
:
ILinkedListNode
<
T
>
Readonly
is
Empty
is
Empty
:
boolean
Readonly
size
size
:
number
Readonly
tail
tail
:
ILinkedListNode
<
T
>
Methods
[
Symbol.iterator]
[
Symbol.iterator]
(
)
:
Iterator
<
T
,
any
,
undefined
>
Returns
Iterator
<
T
,
any
,
undefined
>
add
add
(
val
:
T
)
:
void
Parameters
val:
T
Returns
void
get
get
(
index
:
number
)
:
T
Parameters
index:
number
Returns
T
remove
remove
(
index
:
number
)
:
void
Parameters
index:
number
Returns
void
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
Linked
List
ILinked
List
head
is
Empty
size
tail
[
Symbol.iterator]
add
get
remove
Generated using
TypeDoc