|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of object to be tested.public interface Predicate<T>
A simple predicate interface.
Method Summary | |
---|---|
boolean |
matches(T object)
Returns true iff the given object matches the predicate. |
Method Detail |
---|
boolean matches(T object)
object
- The object to test. May be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |