|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.wayback.resourceindex.filters.WindowStartFilter<T>
public class WindowStartFilter<T>
SearchResultFitler that omits the first N records seen.
| Field Summary |
|---|
| Fields inherited from interface org.archive.wayback.util.ObjectFilter |
|---|
FILTER_ABORT, FILTER_EXCLUDE, FILTER_INCLUDE |
| Constructor Summary | |
|---|---|
WindowStartFilter(int windowStart)
|
|
| Method Summary | |
|---|---|
int |
filterObject(T r)
inpect record and determine if it should be included in the results or not, or if processing of new records should stop. |
int |
getNumSeen()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowStartFilter(int windowStart)
windowStart - int number of records to skip before including any| Method Detail |
|---|
public int getNumSeen()
public int filterObject(T r)
ObjectFilter
filterObject in interface ObjectFilter<T>r - 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 | |||||||||