LinkedBlockingDeque.putLast

Links the provided element as the last in the queue, waiting until there is space to do so if the queue is full.

@param e element to link

@throws NullPointerException if e is null @throws InterruptedException if the thread is interrupted whilst waiting for space

class LinkedBlockingDeque(E)
override
void
putLast
(
E e
)

Meta