E
- public class WrappedTupleIterator<E> extends Object implements ITupleIterator<E>
Iterator
as an ITupleIterator
.Constructor and Description |
---|
WrappedTupleIterator(Iterator<E> src) |
public ITuple<E> next()
ITupleIterator
ITuple
from which you can
extract the data and metadata for next entry.
Note: An ITupleIterator
s will generally return the same
ITuple
reference on on each invocation of this method. The caller
is responsible for copying out any data or metadata of interest before
calling ITupleIterator.next()
again. See TupleFilter
which is aware of
this and can be used to stack filters safely.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.