public class LsfGenericIterator extends java.lang.Object implements java.util.Iterator<IMCMessage>, java.lang.Iterable<IMCMessage>
Constructor and Description |
---|
LsfGenericIterator(LsfIndex index,
java.lang.String msgType,
int startIndex,
long timestepMillis) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<IMCMessage> |
iterator() |
IMCMessage |
next() |
void |
remove() |
public LsfGenericIterator(LsfIndex index, java.lang.String msgType, int startIndex, long timestepMillis)
public boolean hasNext()
hasNext
in interface java.util.Iterator<IMCMessage>
public java.util.Iterator<IMCMessage> iterator()
iterator
in interface java.lang.Iterable<IMCMessage>
public IMCMessage next()
next
in interface java.util.Iterator<IMCMessage>
public void remove()
remove
in interface java.util.Iterator<IMCMessage>