public interface ITaskQueue<T,F>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITaskQueue.Priority |
static class |
ITaskQueue.RunnableWithPriority |
static class |
ITaskQueue.Single<T> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enqueue(T value) |
boolean |
isEmpty() |
F |
poll() |