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 voidclose()booleanhasNext()FileFullTextContentEntrynext()
-
Constructor Details
-
FileFullTextContentEntryIterator
public FileFullTextContentEntryIterator(java.io.File indexFile) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfacejava.util.Iterator<FileFullTextContentEntry>
-
next
- Specified by:
nextin interfacejava.util.Iterator<FileFullTextContentEntry>
-
close
public void close()
-