Class HashFile.IDIterator

java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile.IDIterator
Enclosing class:
HashFile

public class HashFile.IDIterator extends Object
  • Method Details

    • 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