Example usage for Java java.util.concurrent TransferQueue fields, constructors, methods, implement or subclass
The text is from its open source code.
void | put(E e) Inserts the specified element into this queue, waiting if necessary for space to become available. |