public class ColumnDoubleSmallerOrEqualFilter extends ColumnDoubleFilter
Modifier and Type | Field and Description |
---|---|
protected int |
columnIndex |
_coolMapObject, threshold
Constructor and Description |
---|
ColumnDoubleSmallerOrEqualFilter(int columnIndex,
double threshold) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
actualPass(CoolMapObject<?,java.lang.Double> data,
int rowIndex) |
boolean |
canPass(CoolMapObject<?,VIEW> data,
int rowIndex,
int columnIndex) |
canFilter
destroy, getDescription, getName, setDescription, setName, setParentObject, toString
public ColumnDoubleSmallerOrEqualFilter(int columnIndex, double threshold)
protected boolean actualPass(CoolMapObject<?,java.lang.Double> data, int rowIndex)
public boolean canPass(CoolMapObject<?,VIEW> data, int rowIndex, int columnIndex)
canPass
in interface Filter<VIEW>
canPass
in class ViewFilter<VIEW>