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

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

public class HashIndex.IDIterator
extends Object


Method Summary
 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.
 
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

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2001-2007 Aduna. All Rights Reserved.