Class ObjectStoreIterator


  • public class ObjectStoreIterator
    extends java.lang.Object
    Class that allows us to iterate through instances of objects that may be stored within a specific object store.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Uid iterate()
      return the Uids from the list one at a time.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • iterate

        public final Uid iterate()
                          throws java.io.IOException
        return the Uids from the list one at a time. ObjStore returns either null list or a list terminated by the NIL_UID. Use the latter to return 0 (for end of list)
        Throws:
        java.io.IOException