Package org.ujmp.core.stringmatrix.impl
Class SparseCSVMatrix.SparseCSVMatrixIterator
- java.lang.Object
-
- org.ujmp.core.stringmatrix.impl.SparseCSVMatrix.SparseCSVMatrixIterator
-
- All Implemented Interfaces:
java.util.Iterator<long[]>
- Enclosing class:
- SparseCSVMatrix
class SparseCSVMatrix.SparseCSVMatrixIterator extends java.lang.Object implements java.util.Iterator<long[]>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
l
-
Constructor Summary
Constructors Constructor Description SparseCSVMatrixIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
long[]
next()
void
remove()
-