Package jsr166e.extra

Class Summary
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.
 



Copyright © 2009-2012. All Rights Reserved.