public class MFLogReader.LogIterator extends java.lang.Object implements java.util.Iterator<IMessage>
boolean
hasNext()
IMessage
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
java.util.Iterator<IMessage>
public void remove() throws java.lang.UnsupportedOperationException
remove
java.lang.UnsupportedOperationException
public IMessage next()
next