add method

void add(
  1. E element
)

Implementation

void add(E element) => push(element);