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


Method prev

bool prev()

Description

Retrace to the previous element in the list.

Returns

Returns 1 on success, and 0 (zero) at the beginning of the list.

See also

next()