getItems()
Return the objects currently in the collection.
Parameters
Once an object collection has been created, you can use the following function:
collection.getItems()
Returns
return itemList
| Value | Type | Description |
|---|---|---|
| itemList | list[Drawable] |
A copy of the list of objects in the collection. |