|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A simple JDK1.2-like iterator of Objects
.
Method Summary | |
boolean |
hasNext()
Returns true if there is at least one more element in the list. |
java.lang.Object |
next()
Returns the next object in the list and advances the cursor. |
int |
size()
Returns the length (size) of the list. |
Method Detail |
public boolean hasNext()
public java.lang.Object next()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |