Class HashFile.IDIterator

  • Enclosing class:
    HashFile

    public class HashFile.IDIterator
    extends Object
    • 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