Package org.apache.sysds.runtime.lineage
Class BooleanArray32
- java.lang.Object
-
- org.apache.sysds.runtime.lineage.BooleanArray32
-
public class BooleanArray32 extends Object
-
-
Constructor Summary
Constructors Constructor Description BooleanArray32(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
get(int pos)
int
getValue()
void
set(int pos, boolean value)
void
setValue(int value)
-