Next: , Previous: , Up: Base classes   [Index]


1.94 Iterable

Defined in namespace Smalltalk
Superclass: Object
Category: Collections

I am an abstract class. My instances are collections of objects that can be iterated. The details on how they can be mutated (if at all possible) are left to the subclasses.