|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringPattern
Interface for string pattern matching.
Method Summary | |
---|---|
boolean |
matches(java.lang.String string)
Returns true if the specified string matches the pattern. |
Method Detail |
---|
boolean matches(java.lang.String string)
string
- String to be matched. Can be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |