| Interface | Description |
|---|---|
| ReadMostlyVector.Action<A> |
Interface describing a void action of one argument
|
| Class | Description |
|---|---|
| AtomicDouble |
A
double value that may be updated atomically. |
| AtomicDoubleArray |
A
double array in which elements may be updated atomically. |
| ReadMostlyVector<E> |
A class with the same methods and array-based characteristics as
Vector but with reduced contention and improved
throughput when invocations of read-only methods by multiple
threads are most common. |
| SequenceLock |
A reentrant mutual exclusion
Lock in which each lock
acquisition or release advances a sequence number. |
Copyright © 2013. All rights reserved.