Class WarcRecordIterator<T extends WarcContentBlock>

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

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

    Constructors 
    Constructor Description
    WarcRecordIterator()  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    WarcRecord<T> 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