Class AOffsetIterator
- java.lang.Object
-
- org.apache.sysds.runtime.compress.colgroup.offset.AOffsetIterator
-
public abstract class AOffsetIterator extends Object
Iterator interface that only iterate through offsets without considering data index.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.Log
LOG
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
next()
Increment the pointer and return the new offset gainedint
value()
Get the current index value, note this correspond to a row index in the original matrix.
-