Search
Preparing search index...
The search index is not available
data-structures-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Stack
Class Stack<T>
Type parameters
T
Hierarchy
Stack
Index
Properties
top
Methods
is
Empty
pop
push
size
Properties
Private
top
top
:
Node
<
T
>
= null
Methods
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
pop
pop
(
)
:
void
Returns
void
push
push
(
val
:
T
)
:
void
Parameters
val:
T
Returns
void
size
size
(
)
:
number
Returns
number
Globals
Doubly
Linked
List
Linked
List
Node
Queue
Stack
top
is
Empty
pop
push
size
List
Generated using
TypeDoc