Package com.qfs.bitmap
Interface IMatchProcedure
-
public interface IMatchProcedureA procedure that is called iteratively for each match within an index.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(int row)Calls the procedure with a row at which there is a match.
-