spaniel
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Queue
Interface
clear
is
Empty
push
remove
Hierarchy
QueueInterface
Implemented by
BaseQueue
DOMQueue
DOMQueue
FunctionQueue
FunctionQueue
Queue
Queue
Index
Properties
clear
is
Empty
push
remove
Properties
clear
clear
:
function
Type declaration
(
)
:
void
Returns
void
is
Empty
is
Empty
:
function
Type declaration
(
)
:
Boolean
Returns
Boolean
push
push
:
function
Type declaration
(
element
:
QueueElementInterface
)
:
void
Parameters
element:
QueueElementInterface
Returns
void
remove
remove
:
function
Type declaration
(
id
:
string
|
Element
|
Function
)
:
void
Parameters
id:
string
|
Element
|
Function
Returns
void
Generated using
TypeDoc