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 QueueEntryIterator
public SortedQueueEntry getNode()
getNode
in interface QueueEntryIterator
public boolean advance()
advance
in interface QueueEntryIterator
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.