LinkedBlockingDeque.takeLast

Unlinks the last element in the queue, waiting until there is an element to unlink if the queue is empty.

@return the unlinked element @throws InterruptedException if the current thread is interrupted

class LinkedBlockingDeque(E)
E
takeLast
()

Meta