| Constructor and Description |
|---|
IteratorOnQueue(BlockingQueue<T> inputQueue,
T endQueue)
Instantiates a new iterator on queue.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Checks for next.
|
T |
next()
Next.
|
void |
remove()
Removes the.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IteratorOnQueue(BlockingQueue<T> inputQueue, T endQueue)
inputQueue - the input queueendQueue - the end queueCopyright © 2025. All rights reserved.