Package | Description |
---|---|
org.jboss.stm.internal.types | |
org.jboss.stm.types |
Modifier and Type | Class and Description |
---|---|
class |
AtomicBooleanImpl |
Modifier and Type | Method and Description |
---|---|
AtomicBoolean |
AtomicBooleanImpl.and(AtomicBoolean param) |
AtomicBoolean |
AtomicBooleanImpl.flip() |
AtomicBoolean |
AtomicBooleanImpl.not() |
AtomicBoolean |
AtomicBooleanImpl.or(AtomicBoolean param) |
AtomicBoolean |
AtomicBooleanImpl.xor(AtomicBoolean param) |
Modifier and Type | Method and Description |
---|---|
AtomicBoolean |
AtomicBooleanImpl.and(AtomicBoolean param) |
AtomicBoolean |
AtomicBooleanImpl.or(AtomicBoolean param) |
AtomicBoolean |
AtomicBooleanImpl.xor(AtomicBoolean param) |
Modifier and Type | Method and Description |
---|---|
AtomicBoolean |
AtomicBoolean.and(AtomicBoolean param)
The following operations produce side-effects in that the
return values are new objects based on the current state of the
current object and the parameter.
|
AtomicBoolean |
AtomicFactory.createBoolean() |
AtomicBoolean |
AtomicFactory.createBoolean(boolean initialValue) |
AtomicBoolean |
AtomicBoolean.flip() |
AtomicBoolean |
AtomicBoolean.not() |
AtomicBoolean |
AtomicBoolean.or(AtomicBoolean param) |
AtomicBoolean |
AtomicBoolean.xor(AtomicBoolean param) |
Modifier and Type | Method and Description |
---|---|
AtomicBoolean |
AtomicBoolean.and(AtomicBoolean param)
The following operations produce side-effects in that the
return values are new objects based on the current state of the
current object and the parameter.
|
AtomicBoolean |
AtomicBoolean.or(AtomicBoolean param) |
AtomicBoolean |
AtomicBoolean.xor(AtomicBoolean param) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.