org.terrier.structures
Class FSADocumentIndex.FSADocumentIndexIterator

java.lang.Object
  extended by org.terrier.structures.collections.FSArrayFile.ArrayFileIterator<DocumentIndexEntry>
      extended by org.terrier.structures.FSADocumentIndex.FSADocumentIndexIterator
All Implemented Interfaces:
Closeable, Iterator<DocumentIndexEntry>, Skipable
Enclosing class:
FSADocumentIndex

public static class FSADocumentIndex.FSADocumentIndexIterator
extends FSArrayFile.ArrayFileIterator<DocumentIndexEntry>
implements Iterator<DocumentIndexEntry>

Gets an iterator over the documents in this index


Constructor Summary
FSADocumentIndex.FSADocumentIndexIterator(Index index, String structureName)
          Construct an instance of the class with
 
Method Summary
 
Methods inherited from class org.terrier.structures.collections.FSArrayFile.ArrayFileIterator
close, hasNext, next, remove, skip
 
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
hasNext, next, remove
 

Constructor Detail

FSADocumentIndex.FSADocumentIndexIterator

public FSADocumentIndex.FSADocumentIndexIterator(Index index,
                                                 String structureName)
                                          throws IOException
Construct an instance of the class with

Parameters:
index -
structureName -
Throws:
IOException


Terrier 3.6. Copyright © 2004-2011 University of Glasgow