Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df326b1747
commit
b2b04b2284
|
@ -21,12 +21,12 @@ import java.util.Arrays;
|
|||
* A matcher class that can be queried to determine if a character array
|
||||
* portion matches.
|
||||
* <p>
|
||||
* This class comes complete with various constants and factory methods.
|
||||
* This class comes complete with various factory methods.
|
||||
* If these do not suffice, you can subclass and implement your own matcher.
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @since 2.2
|
||||
* @version $Id$
|
||||
* @version $Id: StrMatcher.java 232652 2005-08-14 21:45:47Z scolebourne $
|
||||
*/
|
||||
public abstract class StrMatcher {
|
||||
|
||||
|
|
Loading…
Reference in New Issue