Package com.qfs.bitmap
Interface IMatchProcedure
public interface IMatchProcedure
A procedure that is called iteratively for each match within an index.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(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:
trueif the procedure wants to continue,falseif the procedure considers its task is over
-