|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.IndexIterator
public abstract class IndexIterator
This interface provides methods for returning index results.
Constructor Summary | |
---|---|
IndexIterator()
|
Method Summary | |
---|---|
abstract boolean |
more()
Returns true if more results are found. |
abstract int |
next()
Returns the next result. |
abstract double |
score()
Returns the scoring value out of the index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexIterator()
Method Detail |
---|
public abstract boolean more()
public abstract int next()
public abstract double score()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |