Array collection interface.
Add an element to the collection.
Rest
Factors to add
Index of added elements
Verify that the element exists in the collection.
factors to check
True if element exists, false otherwise
Look up an element in the collection.
Factors to look up Index of
element. If element does not exist -1
Adds an element to the specified location.
Where to add an element (index)
Elements to add
void
Remove an element from the collection.
Elements to be removed
Index of the element I did. If the element does not exist -1
Array collection interface.