public static final class Scheduler.PeekableFifoQueue<T> extends FifoQueueImpl<T>
m_delegate
Constructor and Description |
---|
Scheduler.PeekableFifoQueue() |
public T peek() throws InterruptedException
remove
call. If the queue is
currently empty then the caller is blocked until an object is put
into the queue.remove
.InterruptedException
- Thrown if the thread is interrupted.FifoQueueException
- Thrown if an error occurs removing an item from the
queue.Copyright © 2017. All rights reserved.