Package org.archive.wayback.resourceindex.adapters

Examples of org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator


     
      itrC = new ObjectFilterIterator<CaptureSearchResult>(
          source.getPrefixIterator(urlKey),cFilters)
   
      itrU = new ObjectFilterIterator<UrlSearchResult>(
            new CaptureToUrlSearchResultIterator(itrC),
            uFilters);
   
      while(itrU.hasNext()) {
        results.addSearchResult(itrU.next());
      }
View Full Code Here

TOP

Related Classes of org.archive.wayback.resourceindex.adapters.CaptureToUrlSearchResultIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.