public class SchedulerQueue<T> extends Object
Constructor and Description |
---|
SchedulerQueue() |
public boolean put(T t) throws InterruptedException
InterruptedException
public T poll()
public T take() throws InterruptedException
InterruptedException
public T peek()
Copyright © 2012. All Rights Reserved.