Description: A java.util.Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
To Search:
File list (Check if you may need any files):
BlockingQueue.java