addElement abstract method

void addElement(
  1. E element
)

Adds an element to this instances.

Implementation

void addElement(E element);