private static class IteratorUtil.ReverseIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
private java.util.ListIterator<T> |
listIterator |
Constructor and Description |
---|
ReverseIterator(java.util.List<T> list) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |