Next: Package, Previous: ObjectMemory, Up: Base classes [Index]
My instances represent ordered collections of arbitrary typed objects which are not directly accessible by an index. They can be accessed indirectly through an index, and can be manipulated by adding to the end or based on content (such as add:after:)
• OrderedCollection class-instance creation: | (class) | |
• OrderedCollection-accessing: | (instance) | |
• OrderedCollection-adding: | (instance) | |
• OrderedCollection-built ins: | (instance) | |
• OrderedCollection-enumerating: | (instance) | |
• OrderedCollection-removing: | (instance) |