Next:
Iterable
, Previous:
Integer
, Up:
Base classes
1.90 Interval
Defined in namespace Smalltalk
Superclass: ArrayedCollection
Category: Collections-Sequenceable
My instances represent ranges of objects, typically Number type objects. I provide iteration/enumeration messages for producing all the members that my instance represents.
Interval class-instance creation
: (class)
Interval-basic
: (instance)
Interval-printing
: (instance)
Interval-storing
: (instance)
Interval-testing
: (instance)