|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XIterator
Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
| Method Summary | |
|---|---|
java.lang.Object |
current()
Returns the current element in the iteration |
java.lang.Object |
first()
Returns the first element in the iteration. |
boolean |
hasNext()
Determines whether the iteration has more elements. |
boolean |
hasPrevious()
Determines if this iterator has more elements while traversing the underlying collection in the reverse direction. |
java.lang.Object |
last()
Returns the last element in the iteration. |
java.lang.Object |
next()
Returns the next element in the iteration. |
java.lang.Object |
previous()
Returns the previous element in the iteration. |
| Method Detail |
|---|
boolean hasNext()
true if the iteration has
more elements, false otherwisejava.lang.Object next()
boolean hasPrevious()
true if the iteration has more
elements, false otherwisejava.lang.Object previous()
java.lang.Object first()
java.lang.Object last()
java.lang.Object current()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||