Interface IMatchProcedure


public interface IMatchProcedure
A procedure that is called iteratively for each match within an index.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(int row)
    Calls the procedure with a row at which there is a match.
  • Method Details

    • match

      boolean match(int row)
      Calls the procedure with a row at which there is a match.
      Parameters:
      row - row for which there is a match
      Returns:
      true if the procedure wants to continue, false if the procedure considers its task is over