Class KMPMatch

java.lang.Object
  |
  +--KMPMatch

public class KMPMatch
extends java.lang.Object


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

KMPMatch

public KMPMatch(java.lang.String string,
                java.lang.String pattern)
Method Detail

getMatchPoint

public int getMatchPoint()

match

public boolean match()

match1

public boolean match1()