Class Array.ArrayIterator

java.lang.Object
org.apache.sysds.runtime.frame.data.columns.Array.ArrayIterator
All Implemented Interfaces:
Iterator<T>
Enclosing class:
Array<T>

public class Array.ArrayIterator extends Object implements Iterator<T>
  • Constructor Details

    • ArrayIterator

      public ArrayIterator()
  • Method Details

    • getIndex

      public int getIndex()
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>