Class Int32ListIterator

java.lang.Object
com.sparsity.sparksee.gdb.Int32ListIterator
All Implemented Interfaces:
Iterator<Integer>

public class Int32ListIterator extends Object implements Iterator<Integer>
Int32List iterator class.

Iterator to traverse all the integer into a Int32List instance.

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

    • next

      public Integer next()
      See nextInt32().

      Specified by:
      next in interface Iterator<Integer>
    • hasNext

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

      Specified by:
      hasNext in interface Iterator<Integer>
      Returns:
      TRUE if there are more elements, FALSE otherwise.
    • remove

      public void remove()
      Operation not supported.

      Specified by:
      remove in interface Iterator<Integer>
    • nextInt32

      public Integer nextInt32()
      Gets the next element.