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) |
public 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–2015 Philip Helger. All rights reserved.