E
- the type to iterate overpublic interface OrderedIterator<E>
extends java.util.Iterator<E>
ListIterator
.
This iterator allows both forward and reverse iteration through the container.
Modifier and Type | Method and Description |
---|---|
boolean |
hasPrevious()
Checks to see if there is a previous element that can be iterated to.
|
E |
previous()
Gets the previous element from the container.
|
boolean hasPrevious()
true
if the iterator has a previous elementE previous()
java.util.NoSuchElementException
- if the iteration is finished"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"