Package org.apache.sysds.runtime.lineage
Class BooleanArray32
java.lang.Object
org.apache.sysds.runtime.lineage.BooleanArray32
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanArray32
public BooleanArray32(int value)
-
-
Method Details
-
get
public boolean get(int pos) -
set
public void set(int pos, boolean value) -
getValue
public int getValue() -
setValue
public void setValue(int value)
-