Next:
LargeArray
, Previous:
Interval
, Up:
Base classes
1.91 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.
Iterable class-multibyte encodings
: (class)
Iterable-enumeration
: (instance)
Iterable-streaming
: (instance)