V
- the element type.public class AtomicReferenceArray<V> extends Object
AtomicReferenceArray
.Constructor and Description |
---|
AtomicReferenceArray(int length) |
AtomicReferenceArray(V[] array) |
Modifier and Type | Method and Description |
---|---|
boolean |
compareAndSet(int i,
V expect,
V update) |
V |
get(int i) |
V |
getAndSet(int i,
V x) |
void |
lazySet(int i,
V x) |
int |
length() |
void |
set(int i,
V x) |
String |
toString() |
boolean |
weakCompareAndSet(int i,
V expect,
V update) |
Copyright © 2018. All rights reserved.