protected class MessageBatch.BatchIterator extends java.lang.Object implements java.util.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
java.util.Iterator<Message>
public Message next()
next
public void remove()
remove