public final class TimelineSnapshot extends java.lang.Object implements java.lang.Iterable<TimelineSnapshot.Event>, java.util.Iterator<TimelineSnapshot.Event>
Modifier and Type | Class and Description |
---|---|
class |
TimelineSnapshot.Event |
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<TimelineSnapshot.Event,java.util.ArrayList<TimelineSnapshot.Event>> |
_sends |
Constructor and Description |
---|
TimelineSnapshot(H2O cloud,
long[][] snapshot) |
Modifier and Type | Method and Description |
---|---|
TimelineSnapshot.Event |
getDependency(TimelineSnapshot.Event e) |
boolean |
hasNext()
Just check if there is any non null non-issued event.
|
java.util.Iterator<TimelineSnapshot.Event> |
iterator() |
TimelineSnapshot.Event |
next()
Get the next event of the timeline according to the ordering.
|
void |
remove() |
public final java.util.HashMap<TimelineSnapshot.Event,java.util.ArrayList<TimelineSnapshot.Event>> _sends
public TimelineSnapshot(H2O cloud, long[][] snapshot)
public java.util.Iterator<TimelineSnapshot.Event> iterator()
iterator
in interface java.lang.Iterable<TimelineSnapshot.Event>
public boolean hasNext()
hasNext
in interface java.util.Iterator<TimelineSnapshot.Event>
public TimelineSnapshot.Event getDependency(TimelineSnapshot.Event e)
public TimelineSnapshot.Event next()
next
in interface java.util.Iterator<TimelineSnapshot.Event>
public void remove()
remove
in interface java.util.Iterator<TimelineSnapshot.Event>