net.sf.twip.util
Class ReverseIterator<T>
java.lang.Object
net.sf.twip.util.ReverseIterator<T>
- All Implemented Interfaces:
- Iterator<T>
public class ReverseIterator<T>
- extends Object
- implements Iterator<T>
An Iterator that traverses a List in reverse order by using a
ListIterator.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseIterator
public ReverseIterator(List<T> list)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<T>
next
public T next()
- Specified by:
next in interface Iterator<T>
remove
public void remove()
- Specified by:
remove in interface Iterator<T>
Copyright © 2011. All Rights Reserved.