Iterator Sentence Examples
 iterator 
- The iterator that is returned uses the given class loader to look up and then instantiate each element of the list. 
- If the iterator has advanced past the last item in the container, a nil pointer will be returned. 
- Moving an iterator from one part of the sequence to another takes time proportional to the number of elements between the two. Advertisement