addLast abstract method

void addLast(
  1. E value
)

Adds value at the end of the queue.

Implementation

void addLast(E value);