| 接口 | 说明 |
|---|---|
| ReadMostlyVector.Action<A> |
Interface describing a void action of one argument
|
| 类 | 说明 |
|---|---|
| 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 The Skfiy Open Association. All Rights Reserved.