public class IndexScanner
extends java.lang.Object
Constructor and Description |
---|
IndexScanner(LsfIndex index) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static void |
main(java.lang.String[] args) |
IMCMessage |
next() |
<T extends IMCMessage> |
next(java.lang.Class<T> type) |
<T extends IMCMessage> |
next(java.lang.Class<T> type,
java.lang.String entity) |
IMCMessage |
previous() |
<T extends IMCMessage> |
previous(java.lang.Class<T> type) |
void |
setIndex(int msgIndex) |
void |
setTime(double time) |
public IndexScanner(LsfIndex index)
public IMCMessage next()
public IMCMessage previous()
public <T extends IMCMessage> T next(java.lang.Class<T> type)
public <T extends IMCMessage> T previous(java.lang.Class<T> type)
public <T extends IMCMessage> T next(java.lang.Class<T> type, java.lang.String entity)
public void setIndex(int msgIndex) throws java.lang.Exception
java.lang.Exception
public int getIndex()
public void setTime(double time) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception