Uses of Annotation Interface
org.jboss.stm.annotations.ReadLock
Packages that use ReadLock
-
Uses of ReadLock in org.jboss.stm.types
Methods in org.jboss.stm.types with annotations of type ReadLockModifier 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)