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.
|
ResultEstimationType |
numResultEstimation()
Returns the accuracy of the estimation of number of results as returned
by estimatedNumResults()
|
forEachRemaining, hasNext, next, remove
void goToStart()
long estimatedNumResults()
ResultEstimationType numResultEstimation()
Copyright © 2020 DataWeb Research. All rights reserved.