org.apache.qpid.server.queue
Class SimpleQueueEntryList.QueueEntryIteratorImpl
java.lang.Object
org.apache.qpid.server.queue.SimpleQueueEntryList.QueueEntryIteratorImpl
- All Implemented Interfaces:
- QueueEntryIterator
- Enclosing class:
- SimpleQueueEntryList
public static class SimpleQueueEntryList.QueueEntryIteratorImpl
- extends Object
- implements QueueEntryIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleQueueEntryList.QueueEntryIteratorImpl
SimpleQueueEntryList.QueueEntryIteratorImpl(QueueEntryImpl startNode)
atTail
public boolean atTail()
- Specified by:
atTail
in interface QueueEntryIterator
getNode
public QueueEntry getNode()
- Specified by:
getNode
in interface QueueEntryIterator
advance
public boolean advance()
- Specified by:
advance
in interface QueueEntryIterator
Licensed to the Apache Software Foundation