-
public interface Matcher
-
-
Method Summary
Modifier and Type Method Description abstract booleanmatches(String str)abstract booleanmatches(CharSequence charSeq)-
-
Method Detail
-
matches
abstract boolean matches(CharSequence charSeq)
-
-
-
-