Class SearchObjectCursor

    • Constructor Detail

      • SearchObjectCursor

        public SearchObjectCursor()
    • Method Detail

      • next

        public abstract java.lang.Object next()
        Gets the next search object, which might be a SearchObject or a SearchObjectCursor. Null is returned at the end of the stream to signify that the cursor is exhausted.