|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.e1.mxdublin.evlist.EvListIterator
public class EvListIterator
Extended iterator for event lists. This iterator will always return events from the event list (if there is event between loop points). If the loop point is reached, new events will be returned by adding the value of the last loop point. The first events returned will be the real ones, but when the loop point is reached, cloned events will be returned.
| Method Summary | |
|---|---|
EvAbstractItem |
currentItem()
Returns the current item. |
boolean |
hasNext()
Will always returns true unless there is no events between loops points. |
boolean |
loopReached()
Returns true if the loop point is reached. |
EvAbstractItem |
next()
Returns the next object. |
EvAbstractItem |
nextTm()
Returns the next event with the same time of the current event. |
void |
remove()
Not yet supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<EvAbstractItem>public boolean loopReached()
public EvAbstractItem next()
next in interface Iterator<EvAbstractItem>public EvAbstractItem nextTm()
public EvAbstractItem currentItem()
public void remove()
remove in interface Iterator<EvAbstractItem>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||