public class EmptyTupleIterator extends Object implements ITupleIterator
| Modifier and Type | Field and Description |
|---|---|
static ITupleIterator |
INSTANCE |
public static final transient ITupleIterator INSTANCE
public ITuple next()
ITupleIteratorITuple from which you can
extract the data and metadata for next entry.
Note: An ITupleIterators 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.
next in interface ITupleIteratornext in interface IteratorITuple containing the data and metadata for the
current index entry.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.