Module org.jgrapht.opt
Class CSRBooleanMatrix.NonZerosIterator
- java.lang.Object
-
- org.jgrapht.opt.graph.sparse.specifics.CSRBooleanMatrix.NonZerosIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Integer>
- Enclosing class:
- CSRBooleanMatrix
private class CSRBooleanMatrix.NonZerosIterator extends java.lang.Object implements java.util.Iterator<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description NonZerosIterator(int row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Integer
next()
-