add abstract method

bool add(
  1. E e
)
inherited

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);