public class VaIteratableQueue extends VaQueue
| Constructor and Description |
|---|
VaIteratableQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(VaNode node)
Adds to the tail of the queue.
|
boolean |
hasNext()
Returns whether or not the iterator has more nodes.
|
VaNode |
next()
Returns the next node in the queue.
|
void |
remove()
Removes the last node from the queue.
|
void |
rewind()
Rewinds the iterator to the head of the queue.
|
public void add(VaNode node)
public void rewind()
public boolean hasNext()
public VaNode next()
public void remove()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.