4.2.2 Outline the standard operations of collections.




Standard operations of collection

.addItem( data ) = add data item to the collection
.resetNext() = start at the beginning .hasNext() → tells whether there is another item in the list
.getNext() → retrieves a data item from the collection
.isEmpty() → check whether collection is empty

file:///C:/Users/DPsans/Documents/Downloads/pseudocode_development_notation.pdf