Method ADT.List()->Iterator()->first()


Method first

bool first()

Description

Reset the iterator to point to the first element in the list.

Returns

Returns 1 if there are elements in the list, and 0 (zero) if the list is empty.