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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |