|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BytePredicate
Represents a predicate (boolean-valued function) of one byte-valued
argument. This is the byte-consuming primitive type specialization of
Predicate.
Predicate| Method Summary | |
|---|---|
boolean |
test(byte value)
Evaluates this predicate on the given argument. |
| Method Detail |
|---|
boolean test(byte 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 | |||||||||