Java.Util.Concurrent.LinkedBlockingQueue: Constructor Members

The constructors of Java.Util.Concurrent.LinkedBlockingQueue are listed below. For a list of all members, see the LinkedBlockingQueue Members list.

See Also: Inherited members from Java.Util.AbstractQueue

Public Constructors

Creates a LinkedBlockingQueue with a capacity of Java.Lang.Integer.MaxValue.
Documentation for this section has not yet been entered.
Creates a LinkedBlockingQueue with the given (fixed) capacity.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.