Class ResultSetListIterator

java.lang.Object
com.sparsity.sparksee.gdb.ResultSetListIterator

public class ResultSetListIterator extends Object
ResultSetList iterator class.

Iterator to traverse all the values into a ResultSetList instance.

Author:
Sparsity Technologies http://www.sparsity-technologies.com
  • Method Details

    • next

      public ResultSet next()
      Moves to the next element.

      Returns:
      The next element.
    • hasNext

      public boolean hasNext()
      Gets if there are more elements.

      Returns:
      TRUE if there are more elements, FALSE otherwise.