Next: Association, Previous: Array, Up: Base classes [Index]
My instances are objects that are generally fixed size, and are accessed by an integer index. The ordering of my instance’s elements is determined externally; I will not rearrange the order of the elements.
| • ArrayedCollection class-instance creation: | (class) | |
| • ArrayedCollection-basic: | (instance) | |
| • ArrayedCollection-built ins: | (instance) | |
| • ArrayedCollection-compiler: | (instance) | |
| • ArrayedCollection-copying Collections: | (instance) | |
| • ArrayedCollection-enumerating the elements of a collection: | (instance) | |
| • ArrayedCollection-sorting: | (instance) | |
| • ArrayedCollection-storing: | (instance) | |
| • ArrayedCollection-streams: | (instance) |