Uses of Class
org.jboss.threads.AtomicArray
Packages that use AtomicArray
-
Uses of AtomicArray in org.jboss.threads
Methods in org.jboss.threads that return AtomicArrayModifier and TypeMethodDescriptionstatic <T,V> AtomicArray <T, V> AtomicArray.create(AtomicReferenceFieldUpdater<T, V[]> updater, Class<V> componentType) Construct a new instance.static <T,V> AtomicArray <T, V> AtomicArray.create(AtomicReferenceFieldUpdater<T, V[]> updater, AtomicArray.Creator<V> creator) Deprecated.static <T,V> AtomicArray <T, V> AtomicArray.create(AtomicReferenceFieldUpdater<T, V[]> updater, V[] emptyArray) Construct a new instance.
AtomicArray.create(AtomicReferenceFieldUpdater, Object[])orAtomicArray.create(AtomicReferenceFieldUpdater, Class)instead.