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