protected class MessageBatch.BatchIterator extends java.lang.Object implements java.util.Iterator<Message>
| Modifier and Type | Field and Description |
|---|---|
protected int |
current_index |
protected int |
saved_index |
| Constructor and Description |
|---|
BatchIterator(int saved_index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Message |
next() |
void |
remove() |
Copyright © 1998-2020 Red Hat. All Rights Reserved.