Uses of Class
au.gov.tas.dpiwe.mr.util.concurrent.SynchronizedBoolean

Packages that use SynchronizedBoolean
au.gov.tas.dpiwe.mr.util.concurrent The au.gov.tas.dpiwe.mr.util.concurrent package contains utility classes, including some alternative Collection implementations, which implement semantics needed by concurrent environments. 
 

Uses of SynchronizedBoolean in au.gov.tas.dpiwe.mr.util.concurrent
 

Methods in au.gov.tas.dpiwe.mr.util.concurrent with parameters of type SynchronizedBoolean
 int SynchronizedBoolean.compareTo(SynchronizedBoolean other)
           
 boolean SynchronizedBoolean.swap(SynchronizedBoolean other)
          Atomically swap values with another SynchronizedBoolean.