Inserts the specified element at the end of this list.
@param e the element to insert @return {@code true} (as specified by {@link Deque#offerLast}) @since 1.6
See Implementation
Inserts the specified element at the end of this list.
@param e the element to insert @return {@code true} (as specified by {@link Deque#offerLast}) @since 1.6