Java.Util.Concurrent.Atomic.AtomicBoolean: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new AtomicBoolean with initial value false.
Creates a new AtomicBoolean with the given initial value.

Protected Constructors

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