|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--KMPMatch
Constructor Summary | |
KMPMatch(java.lang.String string,
java.lang.String pattern)
|
Method Summary | |
int |
getMatchPoint()
|
boolean |
match()
|
boolean |
match1()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public KMPMatch(java.lang.String string, java.lang.String pattern)
Method Detail |
public int getMatchPoint()
public boolean match()
public boolean match1()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |