public interface TaskQueue<T,F>
Modifier and Type | Interface and Description |
---|---|
static class |
TaskQueue.Prioritized |
static class |
TaskQueue.PrioritizedTask |
static class |
TaskQueue.Simple<T> |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T message) |
boolean |
isEmpty() |
F |
poll() |