Method ADT.List()->_get_iterator()->next()
- Method next
bool next()
- Description
Advance to the next element in the list.
- Returns
Returns
1
on success, and0
(zero) at the end of the list.- See also
bool next()
Advance to the next element in the list.
Returns 1
on success, and 0
(zero)
at the end of the list.