new newQueue()
Queue 对象
方法(Methods)
-
isEmpty()
-
/* 判断一个线性队列是否为空
-
pop()
-
弹出队列顶部元素
-
push()
-
插入队列顶部元素
-
size()
-
获得线性队列当前大小