class LinkedList implements Collection { public LinkedList (); public void add (A elt); public Iterator iterator (); }