Collection elementAt
Aus ExpeccoWiki
Schema
Description
- Retrieve an element by its key.
- The collection can be either a sequential collection which is indexed by a numeric key, or a hashTable (Dictionary) which is indexed by any object as key. If a numeric key is used, the index is 1-based (as in Smalltalk and natural languages).
Back to Standard Library.
Previous: Assert [ Same Collection Contents ]
Next: Collection [ ElementAt 0-based ]
