org.openrdf.sail.nativerdf.datastore
Class HashFile.IDIterator

java.lang.Object
  extended by org.openrdf.sail.nativerdf.datastore.HashFile.IDIterator
Enclosing class:
HashFile

public class HashFile.IDIterator
extends Object


Method Summary
 int next()
          Returns the next ID that has been mapped to the specified hash code, or -1 if no more IDs were found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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


Copyright © 2001-2007 Aduna. All Rights Reserved.