|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CharPredicate
Represents a predicate (boolean-valued function) of one char
-valued
argument. This is the char
-consuming primitive type specialization of
Predicate
.
Predicate
Method Summary | |
---|---|
boolean |
test(char value)
Evaluates this predicate on the given argument. |
Method Detail |
---|
boolean test(char value)
value
- the input argument
true
if the input argument matches the predicate,
otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |