protected class MessageBatch.BatchIterator extends Object implements Iterator<Message>
protected int
current_index
saved_index
MessageBatch.BatchIterator(int saved_index)
boolean
hasNext()
Message
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int current_index
protected final int saved_index
public MessageBatch.BatchIterator(int saved_index)
public boolean hasNext()
hasNext
Iterator<Message>
public Message next()
next
public void remove()
remove
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.