ELEMENTTYPE - The element type to be iterated@NotThreadSafe public class ReverseListIterator<ELEMENTTYPE> extends Object implements Iterator<ELEMENTTYPE>
| Constructor and Description |
|---|
ReverseListIterator(List<? extends ELEMENTTYPE> aList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ELEMENTTYPE |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic ReverseListIterator(@Nonnull List<? extends ELEMENTTYPE> aList)
public boolean hasNext()
hasNext in interface Iterator<ELEMENTTYPE>@Nullable public ELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>@UnsupportedOperation public void remove()
remove in interface Iterator<ELEMENTTYPE>Copyright © 2014–2017 Philip Helger. All rights reserved.