Class SparseCSVMatrix.SparseCSVMatrixIterator

java.lang.Object
org.ujmp.core.stringmatrix.impl.SparseCSVMatrix.SparseCSVMatrixIterator
All Implemented Interfaces:
Iterator<long[]>
Enclosing class:
SparseCSVMatrix

class SparseCSVMatrix.SparseCSVMatrixIterator extends Object implements Iterator<long[]>
  • Field Details

    • l

      long l
  • Constructor Details

    • SparseCSVMatrixIterator

      SparseCSVMatrixIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<long[]>
    • next

      public long[] next()
      Specified by:
      next in interface Iterator<long[]>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<long[]>