|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpitt.search.semanticvectors.VectorStoreReaderLucene.VectorEnumeration
public class VectorStoreReaderLucene.VectorEnumeration
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 |
|---|
public VectorStoreReaderLucene.VectorEnumeration(org.apache.lucene.store.IndexInput indexInput)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic ObjectVector nextElement()
nextElement in interface java.util.Enumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||