Search
Preparing search index...
The search index is not available
tstruct
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Stack/Stack"
Stack
Class Stack<T>
Type parameters
T
Hierarchy
Stack
Implements
IStack
<
T
>
Index
Constructors
constructor
Properties
_list
Accessors
is
Empty
size
Methods
[
Symbol.iterator]
pop
push
Constructors
constructor
new
Stack
(
)
:
Stack
Returns
Stack
Properties
Private
_list
_list
:
ILinkedList
<
T
>
Accessors
is
Empty
get
isEmpty
(
)
:
boolean
Returns
boolean
size
get
size
(
)
:
number
Returns
number
Methods
[
Symbol.iterator]
[
Symbol.iterator]
(
)
:
Iterator
<
T
,
any
,
undefined
>
Returns
Iterator
<
T
,
any
,
undefined
>
pop
pop
(
)
:
T
Returns
T
push
push
(
val
:
T
)
:
void
Parameters
val:
T
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"
Stack
constructor
_list
is
Empty
size
[
Symbol.iterator]
pop
push
IStack
Generated using
TypeDoc