Modifier and Type | Method and Description |
---|---|
boolean |
canGoTo()
Specifies whether the iterator can move to a random position.
|
long |
estimatedNumResults()
Returns the number of estimated results of the Iterator.
|
TripleComponentOrder |
getOrder()
Return the order in which the triples are iterated (Might be unknown)
|
void |
goTo(long pos)
Go to the specified random position.
|
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()
|
TripleID |
previous()
Get the previous element.
|
forEachRemaining, hasNext, next, remove
boolean hasPrevious()
TripleID previous()
void goToStart()
boolean canGoTo()
void goTo(long pos)
pos
- long estimatedNumResults()
ResultEstimationType numResultEstimation()
TripleComponentOrder getOrder()
Copyright © 2020 DataWeb Research. All rights reserved.