Adds the specified element as the tail (last element) of this list.
@param e the element to add @return {@code true} (as specified by {@link Queue#offer})
See Implementation
Adds the specified element as the tail (last element) of this list.
@param e the element to add @return {@code true} (as specified by {@link Queue#offer})