public class EmptyTriplesIterator extends Object implements IteratorTripleID
| Constructor and Description |
|---|
EmptyTriplesIterator(TripleComponentOrder order) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGoTo() |
long |
estimatedNumResults() |
TripleComponentOrder |
getOrder() |
void |
goTo(long pos) |
void |
goToStart() |
boolean |
hasNext() |
boolean |
hasPrevious() |
TripleID |
next() |
ResultEstimationType |
numResultEstimation() |
TripleID |
previous() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EmptyTriplesIterator(TripleComponentOrder order)
public boolean hasPrevious()
hasPrevious in interface IteratorTripleIDpublic TripleID previous()
previous in interface IteratorTripleIDpublic void goToStart()
goToStart in interface IteratorTripleIDpublic boolean canGoTo()
canGoTo in interface IteratorTripleIDpublic void goTo(long pos)
goTo in interface IteratorTripleIDpublic long estimatedNumResults()
estimatedNumResults in interface IteratorTripleIDpublic ResultEstimationType numResultEstimation()
numResultEstimation in interface IteratorTripleIDpublic TripleComponentOrder getOrder()
getOrder in interface IteratorTripleIDCopyright © 2018 DataWeb Research. All rights reserved.