|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.retrieval.structured.CountIterator
org.galagosearch.core.retrieval.structured.ExtentIterator
org.galagosearch.core.retrieval.structured.NullExtentIterator
public class NullExtentIterator
| Constructor Summary | |
|---|---|
NullExtentIterator()
|
|
| Method Summary | |
|---|---|
int |
count()
Returns the number of occurrences of this iterator's term in the current document. |
int |
document()
Returns the current document. |
ExtentArray |
extents()
|
boolean |
isDone()
Returns true if there is no data left in the list and false otherwise. |
void |
nextDocument()
Moves the iterator to the next document in the list. |
void |
reset()
Resets the position of this iterator to the start of the list. |
| Methods inherited from class org.galagosearch.core.retrieval.structured.ExtentIterator |
|---|
skipToDocument |
| Methods inherited from class org.galagosearch.core.retrieval.structured.CountIterator |
|---|
compareTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullExtentIterator()
| Method Detail |
|---|
public void nextDocument()
CountIterator
nextDocument in class ExtentIteratorpublic boolean isDone()
CountIterator
isDone in class ExtentIteratorpublic ExtentArray extents()
extents in class ExtentIteratorpublic int document()
CountIterator
document in class ExtentIteratorpublic int count()
CountIterator
count in class ExtentIteratorpublic void reset()
CountIterator
reset in interface StructuredIteratorreset in class ExtentIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||