메소드 | 설명 | |
---|---|---|
AtomicBoolean ( bool initialValue ) : System |
Initializes a new instance of the AtomicBoolean class.
|
|
FlipIf ( bool comparand ) : bool |
Flips the value of the AtomicBoolean if it is equal to the specified boolean value.
|
|
Set ( bool newValue ) : void |
Sets the value of the AtomicBoolean to the provided value.
|
|
ToBoolean ( ) : bool |
Extracts a Boolean from an AtomicBoolean instance.
|
|
ToBoolean ( AtomicBoolean atomicBoolean ) : bool |
Extracts a Boolean from an instance of AtomicBoolean.
|
public AtomicBoolean ( bool initialValue ) : System | ||
initialValue | bool | The initial value. |
리턴 | System |
public FlipIf ( bool comparand ) : bool | ||
comparand | bool | The value to compare with. |
리턴 | bool |
public static ToBoolean ( AtomicBoolean atomicBoolean ) : bool | ||
atomicBoolean | AtomicBoolean | The |
리턴 | bool |