E
- the type to iterate overpublic interface OrderedIterator<E> extends Iterator<E>
ListIterator
.
This iterator allows both forward and reverse iteration through the container.
boolean hasPrevious()
true
if the iterator has a previous elementE previous()
NoSuchElementException
- if the iteration is finishedCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.