public class TimelineEntryIterator extends Object implements Iterator<TimelineEntry>
public boolean hasNext()
hasNext 在接口中 Iterator<TimelineEntry>public TimelineEntry next()
next 在接口中 Iterator<TimelineEntry>public void remove()
remove 在接口中 Iterator<TimelineEntry>Copyright © 2025. All Rights Reserved.