|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.wayback.query.resultspartitioner.ResultsPartition
public class ResultsPartition
| Constructor Summary | |
|---|---|
ResultsPartition(String startDateStr,
String endDateStr,
String title)
Deprecated. Construct a ResultsPartition with the provided range and title |
|
| Method Summary | |
|---|---|
void |
filter(CaptureSearchResults results)
Deprecated. add all SearchResult objects from the SearchResults which fall within the time range of this partition into this partition. |
ArrayList<CaptureSearchResult> |
getMatches()
Deprecated. |
String |
getTitle()
Deprecated. |
int |
resultsCount()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultsPartition(String startDateStr,
String endDateStr,
String title)
startDateStr - endDateStr - title - | Method Detail |
|---|
public int resultsCount()
public void filter(CaptureSearchResults results)
results - public String getTitle()
public ArrayList<CaptureSearchResult> getMatches()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||