|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringPredicateInterface
A predicate interface which allows the caller to test Strings for some condition.
Method Summary | |
---|---|
boolean |
predicate(java.lang.String s)
Determine whether a String satisfies a condition |
Method Detail |
---|
boolean predicate(java.lang.String s)
s
- The String which should be tested
true
if the String satisfies the
condition, false
otherwise.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |