interface IteratorAggregate implements Traversable (View source)

Interface to create an external Iterator.

Methods

TValue>|TValue[]
getIterator()

Retrieve an external iterator

Details

TValue>|TValue[] getIterator()

Retrieve an external iterator

Return Value

TValue>|TValue[]

An instance of an object implementing Iterator or Traversable

Exceptions

Exception