Appends the specified element to the end of this list.
<p>This method is equivalent to {@link #addLast}.
@param e element to be appended to this list @return {@code true} (as specified by {@link Collection#add})
See Implementation
Appends the specified element to the end of this list.
<p>This method is equivalent to {@link #addLast}.
@param e element to be appended to this list @return {@code true} (as specified by {@link Collection#add})