public class SortedQueueEntryList.QueueEntryIteratorImpl extends Object implements QueueEntryIterator
| Constructor and Description |
|---|
QueueEntryIteratorImpl(SortedQueueEntry startNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance() |
boolean |
atTail() |
SortedQueueEntry |
getNode() |
public QueueEntryIteratorImpl(SortedQueueEntry startNode)
public boolean atTail()
atTail in interface QueueEntryIteratorpublic SortedQueueEntry getNode()
getNode in interface QueueEntryIteratorpublic boolean advance()
advance in interface QueueEntryIteratorCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.