Queue « Collections Data Structure « Java






1.Priority queuePriority queue
2.Queue data structureQueue data structure
3.Convert a Queue to a List
4.Create a queue using LinkedList class
5.Simple Queue (FIFO) based on LinkedList
6.The Generic Queue Class
7.Blocking Queue
8.Circular Queue
9.Circular Queue extends AbstractList








10.How to extend the collections framework
11.An unbounded {@link TransferQueue} based on linked nodes.
12.This class implements the data structures necessary for an ArrayQueue
13.A circular queue from mina
14.An unbounded TransferQueue based on linked nodes.
15.Rotating queue of fixed size.
16.Allows threads to communicate asynchronously by putting messages into and reading messages out of a synchronized queue.