private final class DefaultPriorityQueue.PriorityQueueIterator
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
private int |
index |
Modifier | Constructor and Description |
---|---|
private |
PriorityQueueIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<T extends PriorityQueueNode>
public T next()
next
in interface java.util.Iterator<T extends PriorityQueueNode>
public void remove()
remove
in interface java.util.Iterator<T extends PriorityQueueNode>