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

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

See Also: Inherited members from Java.Lang.Number

Public Constructors

Creates a new AtomicLong with initial value 0.
Creates a new AtomicLong with the given initial value.

Protected Constructors

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