| Constructor and Description |
|---|
FTIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract FTIterator |
init(byte[] text)
Initializes the iterator.
|
abstract byte[] |
nextToken()
Returns the next token.
|
void |
remove() |
public abstract FTIterator init(byte[] text)
text - textpublic abstract byte[] nextToken()
Iterator.next()
to avoid the creation of new FTSpan instances.public final void remove()
remove in interface java.util.Iterator<FTSpan>