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