|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Filter<T>
Filter is an interface for predicate objects which respond to the
accept method.
| Method Summary | |
|---|---|
boolean |
accept(T obj)
Checks if the given object passes the filter. |
| Method Detail |
|---|
boolean accept(T obj)
obj - an object to test
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||