Direct Known Satisfying Classes: emptyIterator

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

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

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

Inherited Methods
Methods inherited from: Object