Class AOffsetIterator
java.lang.Object
org.apache.sysds.runtime.compress.colgroup.offset.AOffsetIterator
Iterator interface that only iterate through offsets without considering data index.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
LOG
public static final org.apache.commons.logging.Log LOG
-
-
Method Details
-
next
public abstract int next()Increment the pointer and return the new offset gained- Returns:
- The new offset.
-
value
public final int value()Get the current index value, note this correspond to a row index in the original matrix.- Returns:
- The current value pointed at.
-