public interface IteratorTripleString extends Iterator<TripleString>
Modifier and Type | Method and Description |
---|---|
long |
estimatedNumResults()
Returns the number of estimated results of the Iterator.
|
void |
goToStart()
Point the cursor to the first element of the data structure.
|
boolean |
hasPrevious()
Whether the iterator has previous elements.
|
ResultEstimationType |
numResultEstimation()
Returns the accuracy of the estimation of number of results as returned
by estimatedNumResults()
|
TripleString |
previous()
Get the previous element.
|
forEachRemaining, hasNext, next, remove
boolean hasPrevious()
TripleString previous()
void goToStart()
long estimatedNumResults()
ResultEstimationType numResultEstimation()
Copyright © 2017 INSIGHT Centre for Data Analytics. All rights reserved.