Applies an operation to all items in this collection.
An iterative delegate function
Gets the item using a delegate matching function
A matching delegate function
A T[] whose members have been validated by delegate.
Gets the item given by the index.
The item number to get.
The T in the itemNumber-th place.
Gets the item given by the index.
The item number to get.
The T in the itemNumber-th place.
Controls.Control.getName() for Control-naming schemes.
Gets the item given by the key.
The item name to get.
The T matching the key itemName.
Controls.Control.getName() for Control-naming schemes.
Gets the item given by the key.
The T matching the key itemName.
Controls.Control.getName() for Control-naming schemes.
Gets the entire array of T.
A T[].
Generated using TypeDoc
Collections are structures to provide access to data that represent an array, but without the ability to modify the data in the array.
See
External Link: Collections (Client API reference)