| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.util.ListItemIterator
Constructor | |
| public | ListItemIterator ( list) |
| Constructor | |
Method Summary | |
| public | hasNext ( ): Boolean |
| Indicates whether the iterator has more items. | |
| public | next ( ): Object |
| Returns the next item in the iteration. | |
|
| Constructor | |||
|
|
| Indicates whether the iterator has more items. Looks ahead to see of the iterator still has a next item. You typically use this method in a while statement when looping through an iterator. |
|
|
| Returns the next item in the iteration. Returns the next item |
|