|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notio.SimpleMatchGenerator
A generator class used to extract SimpleMatches from a MatchResult one at a time.
Constructor Summary | |
SimpleMatchGenerator(MatchResult matchResult)
Deprecated. Constructs a new generator that will process the specified MatchResult. |
Method Summary | |
MatchResult |
getNextSimpleMatch()
Deprecated. Gets the next simple match from this generator. |
MatchResult[] |
getRemainingMatches()
Deprecated. Gets all remaining simple matches from this generator. |
void |
resetGenerator()
Deprecated. Resets the generator that will generate from the beginning again. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleMatchGenerator(MatchResult matchResult)
matchResult
- the MatchResult to be processed.Method Detail |
public void resetGenerator()
public MatchResult getNextSimpleMatch()
public MatchResult[] getRemainingMatches()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |