pitt.search.semanticvectors
Class VectorStoreSparseRAM.SparseVectorEnumeration

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

public class VectorStoreSparseRAM.SparseVectorEnumeration
extends java.lang.Object
implements java.util.Enumeration

Implements the hasMoreElements() and nextElement() methods to give Enumeration interface from sparse vector store.


Constructor Summary
VectorStoreSparseRAM.SparseVectorEnumeration(VectorStoreSparseRAM sparseVectorStore)
           
 
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

VectorStoreSparseRAM.SparseVectorEnumeration

public VectorStoreSparseRAM.SparseVectorEnumeration(VectorStoreSparseRAM sparseVectorStore)
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