|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - is the generic type of the value to check.public interface Filter<V>
This is the interface for a filter that decides if a
given value is acceptable or should be filtered.
| Method Summary | |
|---|---|
boolean |
accept(V value)
This method determines if the given value should be accepted. |
| Method Detail |
|---|
boolean accept(V value)
value should be accepted.
value - is the value to check.
true if the given value is acceptable,
false if it should be filtered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||