|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
U - the type of the second argument the predicatepublic interface IntObjPredicate<U>
Represents a predicate (boolean-valued function) that accepts
an int-valued and
an object-valued argument.
This is the (int,
reference) specialization
of BiPredicate.
BiPredicate| Method Summary | |
|---|---|
boolean |
test(int a,
U b)
Evaluates this predicate on the given arguments. |
| Method Detail |
|---|
boolean test(int a,
U b)
a - the first input argumentb - the second input argument
true if the input arguments match the predicate,
otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||