Table of Contents

Class AtomicBoolean

Namespace
Java.Util.Concurrent.Atomic
Assembly
MASES.Netdroid.dll
public class AtomicBoolean : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
AtomicBoolean
Implements
Extension Methods

Constructors

AtomicBoolean()

public AtomicBoolean()

AtomicBoolean(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AtomicBoolean(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

AtomicBoolean(bool)

public AtomicBoolean(bool arg0)

Parameters

arg0 bool

bool

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CompareAndExchange(bool, bool)

public bool CompareAndExchange(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

CompareAndExchangeAcquire(bool, bool)

public bool CompareAndExchangeAcquire(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

CompareAndExchangeRelease(bool, bool)

public bool CompareAndExchangeRelease(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

CompareAndSet(bool, bool)

public bool CompareAndSet(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for AtomicBoolean()

public static AtomicBoolean CreatePoolableInstance()

Returns

AtomicBoolean

CreatePoolableInstance(bool)

HPA initializer for AtomicBoolean(bool arg0)

public static AtomicBoolean CreatePoolableInstance(bool arg0)

Parameters

arg0 bool

Returns

AtomicBoolean

Get()

public bool Get()

Returns

bool

bool

GetAcquire()

public bool GetAcquire()

Returns

bool

bool

GetAndSet(bool)

public bool GetAndSet(bool arg0)

Parameters

arg0 bool

bool

Returns

bool

bool

GetOpaque()

public bool GetOpaque()

Returns

bool

bool

GetPlain()

public bool GetPlain()

Returns

bool

bool

LazySet(bool)

public void LazySet(bool arg0)

Parameters

arg0 bool

bool

Set(bool)

public void Set(bool arg0)

Parameters

arg0 bool

bool

SetOpaque(bool)

public void SetOpaque(bool arg0)

Parameters

arg0 bool

bool

SetPlain(bool)

public void SetPlain(bool arg0)

Parameters

arg0 bool

bool

SetRelease(bool)

public void SetRelease(bool arg0)

Parameters

arg0 bool

bool

WeakCompareAndSet(bool, bool)

[Obsolete("Deprecated in JVM")]
public bool WeakCompareAndSet(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

WeakCompareAndSetAcquire(bool, bool)

public bool WeakCompareAndSetAcquire(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

WeakCompareAndSetPlain(bool, bool)

public bool WeakCompareAndSetPlain(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

WeakCompareAndSetRelease(bool, bool)

public bool WeakCompareAndSetRelease(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool

WeakCompareAndSetVolatile(bool, bool)

public bool WeakCompareAndSetVolatile(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

Returns

bool

bool