Interface WordSearchMatch.TextStage
-
- All Known Implementing Classes:
WordSearchMatch.Builder
- Enclosing class:
- WordSearchMatch
public static interface WordSearchMatch.TextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WordSearchMatch.Builderfrom(WordSearchMatch other)WordSearchMatch.CountStagetext(java.lang.String text)
-
-
-
Method Detail
-
text
WordSearchMatch.CountStage text(java.lang.String text)
-
from
WordSearchMatch.Builder from(WordSearchMatch other)
-
-