Package org.archive.format.gzip.zipnum

Examples of org.archive.format.gzip.zipnum.TimestampBestPickDedupIterator


      } else {
        cdxIter = cluster.getCDXIterator(urlkey, prefix.substring(0, prefix.length() - 2), false, params);
      }
     
      if (timestampDedupLength > 0) {
        cdxIter = new TimestampBestPickDedupIterator(cdxIter, timestampDedupLength);
      }
     
      return new AdaptedIterator<String,CaptureSearchResult>(cdxIter, this);
      
     
View Full Code Here

TOP

Related Classes of org.archive.format.gzip.zipnum.TimestampBestPickDedupIterator

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.