| |
|
| java.lang.Object com.tc.util.concurrent.TCBlockingLinkedQueue
TCBlockingLinkedQueue | public class TCBlockingLinkedQueue implements BlockingQueue(Code) | | An implementation of the TC style blocking queue interface. Uses a LinkedQueue instance from Doug
Lea's util.concurrent package to do the heavy lfting
author: teck |
TCBlockingLinkedQueue | public TCBlockingLinkedQueue()(Code) | | Factory method for creating instances of this class
a new blocking queue instance |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|