org.archive.wayback.core
Class UrlSearchResults

java.lang.Object
  extended by org.archive.wayback.core.SearchResults
      extended by org.archive.wayback.core.UrlSearchResults

public class UrlSearchResults
extends SearchResults

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Field Summary
 
Fields inherited from class org.archive.wayback.core.SearchResults
RESULTS_FIRST_RETURNED, RESULTS_NUM_RESULTS, RESULTS_NUM_RETURNED, RESULTS_REQUESTED, RESULTS_TYPE, RESULTS_TYPE_CAPTURE, RESULTS_TYPE_URL
 
Constructor Summary
UrlSearchResults()
           
 
Method Summary
 void addSearchResult(UrlSearchResult result)
           
 void addSearchResult(UrlSearchResult result, boolean append)
           
 boolean isEmpty()
           
 Iterator<UrlSearchResult> iterator()
           
 int size()
           
 
Methods inherited from class org.archive.wayback.core.SearchResults
containsFilter, getCloseMatches, getCurPageNum, getFilter, getFilters, getFirstReturned, getMatchingCount, getNumPages, getNumRequested, getReturnedCount, putFilter, setCloseMatches, setFirstReturned, setMatchingCount, setNumRequested, setReturnedCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlSearchResults

public UrlSearchResults()
Method Detail

addSearchResult

public void addSearchResult(UrlSearchResult result)

addSearchResult

public void addSearchResult(UrlSearchResult result,
                            boolean append)

isEmpty

public boolean isEmpty()

iterator

public Iterator<UrlSearchResult> iterator()

size

public int size()


Copyright © 2005-2011 Internet Archive. All Rights Reserved.