|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.query.EntryIterator
public abstract class EntryIterator
This interface provides methods for returning index entries.
Constructor Summary | |
---|---|
EntryIterator()
|
Method Summary | |
---|---|
abstract int |
count()
Returns the number of occurrences of the current token. |
abstract byte[] |
next()
Returns the next index entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryIterator()
Method Detail |
---|
public abstract byte[] next()
public abstract int count()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |