Java.Util.Concurrent.LinkedBlockingDeque: Constructor Members

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

See Also: Inherited members from Java.Util.AbstractQueue

Public Constructors

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

Protected Constructors

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