|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter<T>
This interface servers as a common interface for filters.
| Nested Class Summary | |
|---|---|
static class |
Filter.Factory
Factory for useful filters. |
| Method Summary | |
|---|---|
boolean |
accept(T o)
Tests whether or not the specified object should be included. |
| Method Detail |
|---|
boolean accept(T o)
o - object to be tested
true if and only if o should be included
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||