Class ColIndexes
- java.lang.Object
-
- org.apache.sysds.runtime.compress.cocode.ColIndexes
-
public class ColIndexes extends Object
-
-
Constructor Summary
Constructors Constructor Description ColIndexes(int[] indexes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(ColIndexes a, ColIndexes b)
boolean
equals(Object that)
int
hashCode()
-
-
-
Method Detail
-
contains
public boolean contains(ColIndexes a, ColIndexes b)
-
-