Package org.jgroups
Class BatchMessage.BatchMessageIterator
- java.lang.Object
-
- org.jgroups.BatchMessage.BatchMessageIterator
-
- All Implemented Interfaces:
java.util.Iterator<Message>
- Enclosing class:
- BatchMessage
protected class BatchMessage.BatchMessageIterator extends java.lang.Object implements java.util.Iterator<Message>
-
-
Field Summary
Fields Modifier and Type Field Description protected int
current_index
-
Constructor Summary
Constructors Modifier Constructor Description protected
BatchMessageIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Message
next()
-