Class BooleanMutable

java.lang.Object
org.snpeff.stats.BooleanMutable

public class BooleanMutable extends Object
A mutable boolean
  • Field Details

    • value

      public boolean value
  • Constructor Details

    • BooleanMutable

      public BooleanMutable()
    • BooleanMutable

      public BooleanMutable(boolean value)
  • Method Details

    • is

      public boolean is()
    • set

      public void set(boolean value)
    • setFalse

      public void setFalse()
    • setTrue

      public void setTrue()
    • toggle

      public void toggle()