Class FileFullTextContentEntryIterator

java.lang.Object
org.teamapps.universaldb.index.fileng.FileFullTextContentEntryIterator
All Implemented Interfaces:
java.util.Iterator<FileFullTextContentEntry>

public class FileFullTextContentEntryIterator
extends java.lang.Object
implements java.util.Iterator<FileFullTextContentEntry>
  • Constructor Summary

    Constructors
    Constructor Description
    FileFullTextContentEntryIterator​(java.io.File indexFile)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    boolean hasNext()  
    FileFullTextContentEntry 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
  • Constructor Details

    • FileFullTextContentEntryIterator

      public FileFullTextContentEntryIterator​(java.io.File indexFile) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details