Class ValueListIterator

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

public class ValueListIterator extends Object
ValueList iterator class.

Iterator to traverse all the values into a ValueList instance.

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

    • next

      public Value 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.