Package | Description |
---|---|
org.jboss.threads |
Modifier and Type | Method and Description |
---|---|
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,
Class<V> componentType)
Construct a new instance.
|
static <T,V> AtomicArray<T,V> |
AtomicArray.create(AtomicReferenceFieldUpdater<T,V[]> updater,
V[] emptyArray)
Construct a new instance.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.