add abstract method
Adds the element e to this, and returns whether the element was
added or not. If the element already exists in the collection, it isn't
added.
Implementation
bool add(E e);
Adds the element e to this, and returns whether the element was
added or not. If the element already exists in the collection, it isn't
added.
bool add(E e);