add abstract method

void add(
  1. T value
)

Adds value to the end of this list.

Implementation

void add(T value);