Java.Util.Concurrent.Locks.ReentrantLock: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates an instance of ReentrantLock.
Creates an instance of ReentrantLock with the given fairness policy.

Protected Constructors

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