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