Collection elementAt

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

Schema

Collection elementat.jpg

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 ]


Meine Werkzeuge