|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringFilter
A simple interface used to test a given String
| Method Summary | |
|---|---|
boolean |
accept(String str)
Tests whether a given String conforms to a specific criteria. |
| Method Detail |
|---|
boolean accept(String str)
String conforms to a specific criteria.
str - the String to be tested
true if the given String conforms to the filtering rules implemented by this interface,
otherwise returns false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||