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 SummaryFields Modifier and Type Field Description static org.apache.commons.logging.LogLOG
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract intnext()Increment the pointer and return the new offset gainedintvalue()Get the current index value, note this correspond to a row index in the original matrix.
 
-