Class StringCriterion

    • Field Detail

      • caseSensitive

        public boolean caseSensitive
    • Constructor Detail

      • StringCriterion

        public StringCriterion()
    • Method Detail

      • createKeyMaker

        public Criterion.KeyMaker createKeyMaker​(ColumnModel columnModel)
        Description copied from class: Criterion
        Instantiates the criterion on a particular column model, making it possible to compare two rows together (since we now have access to the column index of the target column).
        Specified by:
        createKeyMaker in class Criterion