frost.collections

Interface Iterable<T>

Provides the ability to create an Iterator over some collection of objects. Iterable objects are valid for loop targets.

Source Code:
View Source

Field Summary

iterator:Iterator<T>
Returns an Iterator.
Inherited Fields:

Fields

property iterator:Iterator<T>

Returns an Iterator.