public class WikidataDumpParser.IteratorImpl extends Object implements Iterator<WikidataEntity>
| Constructor and Description |
|---|
IteratorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
WikidataEntity |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<WikidataEntity>public WikidataEntity next()
next in interface Iterator<WikidataEntity>public void remove()
remove in interface Iterator<WikidataEntity>Copyright © 2018. All rights reserved.