接口 net.tsz.afinal.core.Queue
的使用

使用 Queue 的软件包
net.tsz.afinal.core   
 

net.tsz.afinal.coreQueue 的使用
 

net.tsz.afinal.coreQueue 的子接口
 interface Deque<E>
          A linear collection that supports element insertion and removal at both ends.
 

实现 Queuenet.tsz.afinal.core 中的类
 class ArrayDeque<E>
          Resizable-array implementation of the Deque interface.