|
||||||||||
| 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.
| Field Summary | |
|---|---|
static IndexIterator |
EMPTY
Empty iterator. |
| Constructor Summary | |
|---|---|
IndexIterator()
|
|
| Method Summary | |
|---|---|
abstract boolean |
more()
Checks if more results are available. |
abstract int |
next()
Returns the next result. |
abstract FTNode |
nextFTNodeFD()
Returns the next result as FTNode object. |
abstract int |
size()
Returns the number of index results. |
| Methods inherited from class java.lang.Object |
|---|
equals, 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 abstract int size()
public abstract FTNode nextFTNodeFD()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||