PPT Slide
 
 
boolean add(Object o) Ensures that this collection contains the specified element (optional operation). 
void	add(int index, Object element) Inserts the specified element at the specified position in this list (optional operation).	
boolean	add(Object o) Appends the specified element to the end of this list (optional operation).	
boolean	add(Object o) Adds the specified element to this set if it is not already present (optional operation).