|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.util.ft.FTIterator
public abstract class FTIterator
Full-text iterator.
Constructor Summary | |
---|---|
FTIterator()
|
Method Summary | |
---|---|
abstract FTIterator |
init(byte[] text)
Initializes the iterator. |
abstract byte[] |
nextToken()
Returns the next token. |
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next |
Constructor Detail |
---|
public FTIterator()
Method Detail |
---|
public abstract FTIterator init(byte[] text)
text
- text
public abstract byte[] nextToken()
Iterator.next()
to avoid the creation of new FTSpan
instances.
public final void remove()
remove
in interface java.util.Iterator<FTSpan>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |