|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICharacterMatcher
An interface for determining whether a character matches a particular rule.
Method Summary | |
---|---|
boolean |
matches(char ch)
Determine whether the given character matches the implemented rule. |
Method Detail |
---|
boolean matches(char ch)
ch
- the character to be matched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |