Package org.snpeff.stats
Class BooleanMutable
- java.lang.Object
-
- org.snpeff.stats.BooleanMutable
-
public class BooleanMutable extends java.lang.ObjectA mutable boolean
-
-
Field Summary
Fields Modifier and Type Field Description booleanvalue
-
Constructor Summary
Constructors Constructor Description BooleanMutable()BooleanMutable(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanis()voidset(boolean value)voidsetFalse()voidsetTrue()voidtoggle()
-