Colt 1.0.3

Uses of Class
edu.oswego.cs.dl.util.concurrent.SynchronizedDouble

Packages that use SynchronizedDouble
edu.oswego.cs.dl.util.concurrent Overview of package util.concurrent Release 1.3.1 
 

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
 double SynchronizedDouble.swap(SynchronizedDouble other)
          Atomically swap values with another SynchronizedDouble.
 int SynchronizedDouble.compareTo(SynchronizedDouble other)
           
 


Colt 1.0.3

Submit a bug or feature. Check the Colt home page for the latest news.