Colt 1.0.3

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

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

Uses of SynchronizedInt in edu.oswego.cs.dl.util.concurrent
 

Subclasses of SynchronizedInt in edu.oswego.cs.dl.util.concurrent
 class WaitableInt
          A class useful for offloading waiting and signalling operations on single int variables.
 

Methods in edu.oswego.cs.dl.util.concurrent with parameters of type SynchronizedInt
 int SynchronizedInt.swap(SynchronizedInt other)
          Atomically swap values with another SynchronizedInt.
 int SynchronizedInt.compareTo(SynchronizedInt other)
           
 


Colt 1.0.3

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