Next: Interval, Previous: IdentitySet, Up: Base classes [Index]
I am the abstract integer class of the GNU Smalltalk system. My subclasses’ instances can represent signed integers of various sizes (a subclass is picked according to the size), with varying efficiency.
| • Integer class-converting: | (class) | |
| • Integer-accessing: | (instance) | |
| • Integer-basic: | (instance) | |
| • Integer-bit operators: | (instance) | |
| • Integer-converting: | (instance) | |
| • Integer-extension: | (instance) | |
| • Integer-iterators: | (instance) | |
| • Integer-math methods: | (instance) | |
| • Integer-printing: | (instance) | |
| • Integer-storing: | (instance) | |
| • Integer-testing functionality: | (instance) |