java.lang.Object
com.orientechnologies.common.concur.collection.CASObjectArray<T>
public final class CASObjectArray<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
int
boolean
void
set(int index,
T value,
T placeholder)
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CASObjectArray
public CASObjectArray()
-
Method Details
-
-
set
public void set(int index,
T value,
T placeholder)
-
compareAndSet
public boolean compareAndSet(int index,
T oldValue,
T value)
-
-