public static class TourActivities.ReverseActivityIterator extends Object implements Iterator<TourActivity>
| Constructor and Description |
|---|
ReverseActivityIterator(List<TourActivity> acts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
TourActivity |
next() |
void |
remove() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ReverseActivityIterator(List<TourActivity> acts)
public boolean hasNext()
hasNext in interface Iterator<TourActivity>public TourActivity next()
next in interface Iterator<TourActivity>public void reset()
public void remove()
remove in interface Iterator<TourActivity>Copyright © 2013–2020. All rights reserved.