Class ObjectRowIterator

java.lang.Object
org.apache.sysds.runtime.frame.data.iterators.RowIterator<Object>
org.apache.sysds.runtime.frame.data.iterators.ObjectRowIterator
All Implemented Interfaces:
Iterator<Object[]>

public class ObjectRowIterator extends RowIterator<Object>
  • Method Details

    • next

      public Object[] next()