Example usage for Java java.util.concurrent LinkedTransferQueue fields, constructors, methods, implement or subclass
The text is from its open source code.
LinkedTransferQueue() Creates an initially empty LinkedTransferQueue . |
boolean | add(E e) Inserts the specified element at the tail of this queue. |