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