Package org.apache.sysds.runtime.data
Class SparseBlockCOO.NonEmptyRowsIteratorCOO
- java.lang.Object
-
- org.apache.sysds.runtime.data.SparseBlockCOO.NonEmptyRowsIteratorCOO
-
-
Constructor Summary
Constructors Constructor Description NonEmptyRowsIteratorCOO(int rl, int ru)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Integer
next()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-