pitt.search.semanticvectors
Class VectorStoreReaderLucene.VectorEnumeration

java.lang.Object
  extended by pitt.search.semanticvectors.VectorStoreReaderLucene.VectorEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
VectorStoreReaderLucene

public class VectorStoreReaderLucene.VectorEnumeration
extends java.lang.Object
implements java.util.Enumeration

Implements the hasMoreElements() and nextElement() methods to give Enumeration interface from store on disk.


Constructor Summary
VectorStoreReaderLucene.VectorEnumeration(org.apache.lucene.store.IndexInput indexInput)
           
 
Method Summary
 boolean hasMoreElements()
           
 ObjectVector nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorStoreReaderLucene.VectorEnumeration

public VectorStoreReaderLucene.VectorEnumeration(org.apache.lucene.store.IndexInput indexInput)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public ObjectVector nextElement()
Specified by:
nextElement in interface java.util.Enumeration