|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizedDouble | |
edu.oswego.cs.dl.util.concurrent | Standardized, efficient utility classes commonly encountered in concurrent programming. |
Uses of SynchronizedDouble in edu.oswego.cs.dl.util.concurrent |
Subclasses of SynchronizedDouble in edu.oswego.cs.dl.util.concurrent | |
class |
WaitableDouble
A class useful for offloading waiting and signalling operations on single double variables. |
Methods in edu.oswego.cs.dl.util.concurrent with parameters of type SynchronizedDouble | |
int |
compareTo(SynchronizedDouble other)
|
double |
swap(SynchronizedDouble other)
Atomically swap values with another SynchronizedDouble. |
|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |