All Known Satisfying Classes: ChainedIterator

Produces elements of an Iterable object. Classes that implement this interface should be immutable.

By: Gavin
See also: Iterable<Element>
Inherited Attributes
Attributes inherited from: Object
Methods
nextSource Code
shared formal Element|Finished next()

The next element, or exhausted if there are no more elements to be iterated.

Inherited Methods
Methods inherited from: Object