Queue
Interface Queue<E>
- Type Parameters:
-
E
- the type of elements held in this collection
- All Superinterfaces:
- Collection<E>, Iterable<E>
- All Known Subinterfaces:
- BlockingDeque<E>, BlockingQueue<E>, Deque<E>, TransferQueue<E>
- All Known Implementing Classes:
- AbstractQueue, ArrayBlockingQueue, 登录查看完整内容