JBoss Threads 2.0.0.GA-redhat-2

Uses of Class
org.jboss.threads.AtomicArray

Packages that use AtomicArray
org.jboss.threads   
 

Uses of AtomicArray in org.jboss.threads
 

Methods in org.jboss.threads that return AtomicArray
static
<T,V> AtomicArray<T,V>
AtomicArray.create(AtomicReferenceFieldUpdater<T,V[]> updater, AtomicArray.Creator<V> creator)
          Convenience method to create an instance.
static
<T,V> AtomicArray<T,V>
AtomicArray.create(AtomicReferenceFieldUpdater<T,V[]> updater, Class<V> componentType)
          Convenience method to create an instance.
 


JBoss Threads 2.0.0.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.