public class TimelineEntryIterator extends Object implements Iterator<TimelineEntry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
TimelineEntry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<TimelineEntry>public TimelineEntry next()
next in interface Iterator<TimelineEntry>public void remove()
remove in interface Iterator<TimelineEntry>Copyright © 2024. All Rights Reserved.