public interface TupleSequence extends Tuple, Sequence, Splittable<TupleSequence>
This interface extends the Tuple
interface,
and is also a SplittableSequence.
Objects implementing this interface allow access to each of their
fields at the current row only.
Modifier and Type | Method and Description |
---|---|
boolean |
next()
Advances to the next entry.
|
getBooleanValue, getDoubleValue, getIntValue, getLongValue, getObjectValue, getRowIndex
split, splittableSize
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.