Java.Util.Concurrent.Atomic.AtomicInteger Class
An int value that may be updated atomically.

See Also: AtomicInteger Members

Syntax

[Android.Runtime.Register("java/util/concurrent/atomic/AtomicInteger", DoNotGenerateAcw=true)]
public class AtomicInteger : Java.Lang.Number, IDisposable

Remarks

An int value that may be updated atomically. See the Java.Util.Concurrent.Atomic package specification for description of the properties of atomic variables. An AtomicInteger is used in applications such as atomically incremented counters, and cannot be used as a replacement for an Java.Lang.Integer. However, this class does extend Number to allow uniform access by tools and utilities that deal with numerically-based classes.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Atomic
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1