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

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new ReentrantReadWriteLock with default (nonfair) ordering properties.
Creates a new ReentrantReadWriteLock with the given fairness policy.

Protected Constructors

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