|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter<E>
Defines a simple filter over objects
| Method Summary | |
|---|---|
boolean |
accept(E test)
Returns true if the Filter accepts the parameter and false otherwise |
| Method Detail |
|---|
boolean accept(E test)
true if the Filter accepts the parameter and false otherwise
test - value to test
true if the filter accepts test; false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||