Class CSRBooleanMatrix.NonZerosIterator

java.lang.Object
org.jgrapht.opt.graph.sparse.specifics.CSRBooleanMatrix.NonZerosIterator
All Implemented Interfaces:
Iterator<Integer>
Enclosing class:
CSRBooleanMatrix

private class CSRBooleanMatrix.NonZerosIterator extends Object implements Iterator<Integer>
  • Field Details

    • curPos

      private int curPos
    • toPos

      private int toPos
  • Constructor Details

    • NonZerosIterator

      public NonZerosIterator(int row)
  • Method Details