Class MutableBoolean

java.lang.Object
com.yahoo.lang.MutableBoolean

public class MutableBoolean extends Object
A mutable boolean
Author:
bratseth
  • Constructor Details

    • MutableBoolean

      public MutableBoolean(boolean value)
  • Method Details

    • get

      public boolean get()
    • set

      public void set(boolean value)
    • andSet

      public void andSet(boolean value)
    • orSet

      public void orSet(boolean value)
    • getAndSet

      public boolean getAndSet(boolean newValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object