|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Type - public interface IFilter<Type>
Generic interface for filters.
| Method Summary | |
|---|---|
boolean |
matches(Type test)
Returns true if the value of the parameter satisfies the filter and false otherwise. |
| Method Detail |
|---|
boolean matches(Type test)
test - value that will be checked against the filter.
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||