Search
Preparing search index...
The search index is not available
jslib-tools - v0.1.5
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
jslib-tools - v0.1.5
arithmetic/queue
LinkedQueue
Class LinkedQueue
Hierarchy
LinkedQueue
Index
Constructors
constructor
Properties
front
length
rear
Methods
clear
get
Front
get
Rear
pop
push
size
to
String
Constructors
constructor
new
Linked
Queue
(
)
:
LinkedQueue
Returns
LinkedQueue
Properties
Private
front
front
:
any
Private
length
length
:
number
= 0
Private
rear
rear
:
any
Methods
clear
clear
(
)
:
boolean
Returns
boolean
get
Front
get
Front
(
)
:
any
Returns
any
get
Rear
get
Rear
(
)
:
any
Returns
any
pop
pop
(
)
:
any
Returns
any
push
push
(
ele
:
any
)
:
boolean
Parameters
ele:
any
Returns
boolean
size
size
(
)
:
number
Returns
number
to
String
to
String
(
)
:
string
Returns
string
Exports
arithmetic/queue
color/is
Color
obj/window
plugins
reg
reg/is
Emoji
reg/isIDCard
reg/is
Special
Char
transfer/bytes
url
Array
Queue
Linked
Queue
constructor
front
length
rear
clear
get
Front
get
Rear
pop
push
size
to
String
default