Lines Matching refs:queue
32 * Queue: implements a simple queue mechanism. Allows for enumeration of the
69 * Dequeue the oldest object on the queue. Will wait indefinitely.
71 * @return the oldest object on the queue.
80 * Dequeue the oldest object on the queue.
84 * @return the oldest object on the queue.
106 * Is the queue empty?
107 * @return true if the queue is empty.
151 Queue queue;
155 queue = q;
164 synchronized (queue) {
176 Queue queue;
180 queue = q;
189 synchronized (queue) {