public class LsfIndexEntityInterator extends java.lang.Object implements java.util.Iterator<IMCMessage>, java.lang.Iterable<IMCMessage>
| Constructor and Description |
|---|
LsfIndexEntityInterator(LsfIndex index,
java.lang.String entityName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<IMCMessage> |
iterator() |
static void |
main(java.lang.String[] args) |
IMCMessage |
next() |
void |
remove() |
public LsfIndexEntityInterator(LsfIndex index, java.lang.String entityName)
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>public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception