Interface SpeedSearchMatcher
-
- All Implemented Interfaces:
public interface SpeedSearchMatcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSpeedSearchMatcher.Companionpublic interfaceSpeedSearchMatcher.MatchResult
-
Method Summary
Modifier and Type Method Description abstract SpeedSearchMatcher.MatchResultmatches(String text)Returns a MatchResult.Match with a list of ranges from the where the pattern matches, or MatchResult.NoMatch if the pattern does not match. -
-
Method Detail
-
matches
abstract SpeedSearchMatcher.MatchResult matches(String text)
Returns a MatchResult.Match with a list of ranges from the where the pattern matches, or MatchResult.NoMatch if the pattern does not match.
-
-
-
-