
public final class CASObjectArray<T> extends Object
| Constructor and Description |
|---|
CASObjectArray() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(T value) |
boolean |
compareAndSet(int index,
T oldValue,
T value) |
T |
get(int index) |
void |
set(int index,
T value,
T placeholder) |
int |
size() |
Copyright © 2009–2025 OrientDB. All rights reserved.