public class ReverseListIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>, java.lang.Iterable<T>
Constructor and Description |
---|
ReverseListIterator(java.util.List<T> list) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
public ReverseListIterator(java.util.List<T> list)