public interface SeekableTokenValuedIterator extends TokenValuedIterator
TokenValuedIterator
that is also seekable.Modifier and Type | Method and Description |
---|---|
void |
seekAbsoluteIndex(int absIndex)
Positions the iterator such that the next call to
TokenValuedIterator.stepNext() will advance to
the specified absolute index if the index exists. |
getAbsoluteIndex, resetIteration, stepNext
getType, isNull
void seekAbsoluteIndex(int absIndex)
TokenValuedIterator.stepNext()
will advance to
the specified absolute index if the index exists. If the index doesn't exist, the next
call to stepNext will either return false, indicating that the specified absoluteIndex
is larger than any other in the list or true, in which case the absoluteIndex will be greater
than than specified.absIndex
- the absolute index to seekCopyright © 2020 Actian Corporation. All rights reserved.