|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.query.IndexIterator
public abstract class IndexIterator
This interface provides methods for returning index results.
Field Summary | |
---|---|
static IndexIterator |
EMPTY
Empty iterator. |
Constructor Summary | |
---|---|
IndexIterator()
|
Method Summary | |
---|---|
abstract boolean |
more()
Returns true if more results are found. |
abstract int |
next()
Returns the next result. |
int |
size()
Returns the total number of index results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final IndexIterator EMPTY
Constructor Detail |
---|
public IndexIterator()
Method Detail |
---|
public abstract boolean more()
public abstract int next()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |