Interface AtomicBoolean


public interface AtomicBoolean
  • Method Details

    • set

      void set(boolean val)
    • get

      boolean get()
    • not

    • flip

    • and

      The following operations produce side-effects in that the return values are new objects based on the current state of the current object and the parameter. If performed within the scope of a transaction, the objects used to determine the return value may have their states changed making the return invalid.
    • or

    • xor