Class HashFile.IDIterator
- java.lang.Object
-
- org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile.IDIterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
int
next()
Returns the next ID that has been mapped to the specified hash code, or -1 if no more IDs were found.
-
-
-
Method Detail
-
close
public void close()
-
next
public int next() throws IOException
Returns the next ID that has been mapped to the specified hash code, or -1 if no more IDs were found.- Throws:
IOException
-
-