Class WaitableBoolean

All Implemented Interfaces:
Executor, Cloneable, Comparable

public class WaitableBoolean extends SynchronizedBoolean
A class useful for offloading synch for boolean instance variables.

[ Introduction to this package. ]

  • Constructor Details

    • WaitableBoolean

      public WaitableBoolean(boolean initialValue)
      Make a new WaitableBoolean with the given initial value
    • WaitableBoolean

      public WaitableBoolean(boolean initialValue, Object lock)
      Make a new WaitableBoolean with the given initial value, and using the supplied lock.
  • Method Details