Class DualExpressionsNumberComparisonRowFilter

    • Constructor Detail

      • DualExpressionsNumberComparisonRowFilter

        public DualExpressionsNumberComparisonRowFilter​(RowEvaluable evaluableX,
                                                        RowEvaluable evaluableY,
                                                        boolean invert)
    • Method Detail

      • filterRow

        public boolean filterRow​(long rowIndex,
                                 Row row,
                                 Record record)
        Description copied from class: RowInRecordFilter
        Determines if a row matches the filter.
        Specified by:
        filterRow in class RowInRecordFilter
        Parameters:
        rowIndex - the global index of the row (from the entire grid)
        row - the row itself
        record - the enclosing record
        Returns:
        true if the row matches the filter
      • checkValue

        protected boolean checkValue​(Object vx,
                                     Object vy)
      • checkValues

        protected abstract boolean checkValues​(double dx,
                                               double dy)