Package com.lahodiuk.ahocorasick
Interface AhoCorasickOptimized.MatchCallback
-
- All Known Implementing Classes:
AhoCorasickLongestMatchCallback
- Enclosing class:
- AhoCorasickOptimized
public static interface AhoCorasickOptimized.MatchCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMatch(int startPosition, int endPosition, java.lang.String matched)
-