public class ProcessingQueue<E> extends Object
| Constructor and Description |
|---|
ProcessingQueue() |
| Modifier and Type | Method and Description |
|---|---|
E |
dequeue() |
void |
enqueue(E e) |
void |
finish() |
boolean |
hasFinished() |
Copyright © 2020. All rights reserved.