Class QueueConsumerNodeIterator

  • All Implemented Interfaces:
    Iterator<org.apache.qpid.server.queue.QueueConsumerNode>

    public class QueueConsumerNodeIterator
    extends Object
    implements Iterator<org.apache.qpid.server.queue.QueueConsumerNode>
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<org.apache.qpid.server.queue.QueueConsumerNode>
      • next

        public org.apache.qpid.server.queue.QueueConsumerNode next()
        Specified by:
        next in interface Iterator<org.apache.qpid.server.queue.QueueConsumerNode>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<org.apache.qpid.server.queue.QueueConsumerNode>