org.codehaus.janino.util.iterator
public class ReverseListIterator extends FilterListIterator
Constructor Summary | |
---|---|
ReverseListIterator(ListIterator delegate) |
Method Summary | |
---|---|
boolean | hasNext() Calls ReverseListIterator. |
boolean | hasPrevious() Calls ReverseListIterator. |
Object | next() Calls ReverseListIterator. |
int | nextIndex() Throws an UnsupportedOperationException. |
Object | previous() Calls ReverseListIterator. |
int | previousIndex() Throws an UnsupportedOperationException. |