Uses of Annotation Type
org.jboss.stm.annotations.ReadLock
-
Uses of ReadLock in org.jboss.stm.types
Modifier and TypeMethodDescriptionAtomicBoolean.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.AtomicArray.get
(int index) boolean
AtomicBoolean.get()
double
AtomicDouble.get()
float
AtomicFloat.get()
int
AtomicInteger.get()
long
AtomicLong.get()
AtomicLinkedList.getNext()
AtomicLinkedList.getPrev()
boolean
AtomicArray.isEmpty()
AtomicBoolean.not()
AtomicBoolean.or
(AtomicBoolean param) int
AtomicArray.size()
AtomicBoolean.xor
(AtomicBoolean param)