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–2015 The Apache Software Foundation. All rights reserved.