Package org.snpeff.stats
Class BooleanMutable
- java.lang.Object
-
- org.snpeff.stats.BooleanMutable
-
public class BooleanMutable extends java.lang.Object
A mutable boolean
-
-
Field Summary
Fields Modifier and Type Field Description boolean
value
-
Constructor Summary
Constructors Constructor Description BooleanMutable()
BooleanMutable(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
is()
void
set(boolean value)
void
setFalse()
void
setTrue()
void
toggle()
-