Links the provided element as the last in the queue, waiting until there is space to do so if the queue is full.
<p>This method is equivalent to {@link #putLast(Object)}.
@param e element to link
@throws NullPointerException if e is null @throws InterruptedException if the thread is interrupted whilst waiting for space
See Implementation
Links the provided element as the last in the queue, waiting until there is space to do so if the queue is full.
<p>This method is equivalent to {@link #putLast(Object)}.
@param e element to link
@throws NullPointerException if e is null @throws InterruptedException if the thread is interrupted whilst waiting for space