|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of element to test.public interface Predicate<T>
Interface for predicate closures to test objects of type T for some condition.
Method Summary | |
---|---|
boolean |
test(T elt)
The method that is called to test a given object |
Method Detail |
---|
boolean test(T elt)
elt
- the object of type T to test
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |