Constructor and Description |
---|
QueueIterator(Queue<T> queue) |
QueueIterator(Queue<T> queue,
boolean allowRemove) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
void |
reset() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2019. All rights reserved.