Class Queue

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Deque, List, Queue, SequencedCollection

public class Queue extends LinkedList
A thin wrapper around a java collection that provides queue semantics (FIFO).
See Also: