Package org.ujmp.core.objectmatrix.impl
Class NonZeroIterator
java.lang.Object
org.ujmp.core.objectmatrix.impl.NonZeroIterator
- All Implemented Interfaces:
Iterator<long[]>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long[]
private long
private final DefaultSparseColumnObjectMatrix2D
private Iterator<long[]>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
matrix
-
coordinates
private final long[] coordinates -
columnIterator
-
rowIterator
-
currentColumn
private long currentColumn
-
-
Constructor Details
-
NonZeroIterator
-
-
Method Details