public class ExchangingQueue<T>
extends java.lang.Object
| Constructor and Description |
|---|
ExchangingQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
T |
blockingPoll() |
boolean |
offer(T element) |
T |
poll() |
Copyright © 2014 Tim Brooks. All Rights Reserved.