ECIterator


Abstract

Protocol common to iterators

Methods

-hasNext
-next

hasNext


- (BOOL) hasNext 
method result
returns YES if there is at least a datum at the current iteration step

next


- next;
method result
returns the next object of the set to iterate or nil, if not existent

(Last Updated November 08, 2007)