org.apache.qpid.server.queue
Interface QueueEntryIterator

All Known Implementing Classes:
SimpleQueueEntryList.QueueEntryIteratorImpl

public interface QueueEntryIterator


Method Summary
 boolean advance()
           
 boolean atTail()
           
 QueueEntry getNode()
           
 

Method Detail

atTail

boolean atTail()

getNode

QueueEntry getNode()

advance

boolean advance()


Licensed to the Apache Software Foundation