public class Java13BlockingQueue extends Object implements BlockingQueue
| Constructor and Description |
|---|
Java13BlockingQueue() |
public void add(Object object)
add in interface BlockingQueuepublic Object take() throws InterruptedException
take in interface BlockingQueueInterruptedExceptionCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.