- All Implemented Interfaces:
Queue<T>
-
Constructor Summary
Constructors
-
Method Summary
boolean
Add data of type T to queue.
void
Clear queue and reset internal state.
Return data of type T from queue, or null if none is available.
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait