Java.Util.Concurrent.PriorityBlockingQueue: Constructor Members

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

See Also: Inherited members from Java.Util.AbstractQueue

Public Constructors

Creates a PriorityBlockingQueue with the default initial capacity (11) that orders its elements according to their Java.Lang.IComparable.
Documentation for this section has not yet been entered.
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to their Java.Lang.IComparable.
Documentation for this section has not yet been entered.

Protected Constructors

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