Package org.jgroups.util
Interface MessageIterator
-
- All Superinterfaces:
java.util.Iterator<Message>
- All Known Implementing Classes:
MessageBatch.BatchIterator
public interface MessageIterator extends java.util.Iterator<Message>
- Since:
- 4.2.0
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
replace(Message msg)
Replaces the message at the current index with msg
-
-
-
Method Detail
-
replace
void replace(Message msg)
Replaces the message at the current index with msg
-
-