Java java.util.concurrent LinkedTransferQueue fields, constructors, methods, implement or subclass

Example usage for Java java.util.concurrent LinkedTransferQueue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.concurrent LinkedTransferQueue.

The text is from its open source code.

Constructor

LinkedTransferQueue()
Creates an initially empty LinkedTransferQueue .

Method

booleanadd(E e)
Inserts the specified element at the tail of this queue.