org.apache.commons.collections
public interface OrderedIterator extends Iterator
This iterator allows both forward and reverse iteration through the collection.
boolean hasPrevious()
true
if the iterator has a previous elementObject previous()
NoSuchElementException
- if the iteration is finishedCopyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.