PPT Slide
An interface defining storage and retrieval with bag semantics.
An interface defining storage and retrieval with set semantics.
An interface defining storage and retrieval with set semantics with the added specification that the iterator will traverse the set in ascending element order, sorted according to the natural ordering of its elements
The list interface has precise control over where in the list each element is inserted. The user can access elements by their integer index (position in the list), and search for elements in the list. Lists typically allow duplicate elements