Abstract
A Collection is an iterable Container type. This is an abstract base class for user-defined collection types.
Collection
Returns the total number of elements in the collection.
Adds a new item to the collection.
The item to add to the collection.
Remove all items from the collection
Checks if item is present in the collection.
true when the element is found, else false
true
false
The item to search for in the collection.
Check if there are no items.
true if is empty.
Generated using TypeDoc
A
Collection
is an iterable Container type. This is an abstract base class for user-defined collection types.Abstract
Implements