|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ListIterator<E>
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if the iterator has a next element. |
boolean |
hasPrevious()
Returns true if the iterator has a previous element. |
E |
next()
Returns the next element and moves the iterator forward one position. |
E |
previous()
Returns the previous element and moves the iterator backward one positoin. |
| Method Detail |
|---|
boolean hasNext()
E next()
java.util.NoSuchElementException - if there is no next element.boolean hasPrevious()
E previous()
java.util.NoSuchElementException - if there is no previous element.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||