|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
A collection filter. Used to filter a data set into a smaller dataset.
Method Summary | |
---|---|
boolean |
testEntry(Object entry)
Test to see if an item passes the filter. |
Method Detail |
---|
boolean testEntry(Object entry)
entry
- the item to test
true
if the item passes the filter criteria
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |