Package org.snpeff.stats
Class BooleanMutable
java.lang.Object
org.snpeff.stats.BooleanMutable
A mutable boolean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-