|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface ObjectFilter<E>
Interface for including, excluding, or aborting filtering
| Field Summary | |
|---|---|
static int |
FILTER_ABORT
constant indicating record should be ommitted, and no more records should be processed. |
static int |
FILTER_EXCLUDE
constant indicating record should be omitted from the result set |
static int |
FILTER_INCLUDE
constant indicating record should be included in the result set |
| Method Summary | |
|---|---|
int |
filterObject(E o)
inpect record and determine if it should be included in the results or not, or if processing of new records should stop. |
| Field Detail |
|---|
static final int FILTER_INCLUDE
static final int FILTER_EXCLUDE
static final int FILTER_ABORT
| Method Detail |
|---|
int filterObject(E o)
o - Object which should be checked for inclusion/exclusion or abort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||