org.openrdf.sesame.sailimpl.nativerdf.datastore
Class HashFile.OffsetIterator

java.lang.Object
  extended byorg.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile.OffsetIterator
Enclosing class:
HashFile

public static class HashFile.OffsetIterator
extends Object


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

Method Detail

next

public long next()
          throws IOException
Returns the next offset that has been mapped to the specified hash code, or -1 if no more offset were found.

Throws:
IOException


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.