Class RowIterator<T>

java.lang.Object
org.apache.sysds.runtime.frame.data.iterators.RowIterator<T>
All Implemented Interfaces:
Iterator<T[]>
Direct Known Subclasses:
ObjectRowIterator, StringRowIterator

public abstract class RowIterator<T> extends Object implements Iterator<T[]>
  • Method Details

    • hasNext

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

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