Class WarcRecordIterator

java.lang.Object
com.github.bottomlessarchive.warc.service.WarcRecordIterator
All Implemented Interfaces:
java.util.Iterator<WarcRecord>

public class WarcRecordIterator
extends java.lang.Object
implements java.util.Iterator<WarcRecord>
  • Constructor Summary

    Constructors 
    Constructor Description
    WarcRecordIterator()  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    WarcRecord next()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove