Interface AtomicBoolean


public interface AtomicBoolean
  • Method Details Link icon

    • set Link icon

      void set(boolean val)
    • get Link icon

      boolean get()
    • not Link icon

    • flip Link icon

    • and Link icon

      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 Link icon

    • xor Link icon