add method Null safety

void add(
  1. E value
)

Adds value at the end of the queue.

Implementation

void add(E value);