public class SparseMatrix.SparseMatrixIterator extends Object implements Iterator<SparseMatrixRow>
Constructor and Description |
---|
SparseMatrix.SparseMatrixIterator() |
public boolean hasNext()
hasNext
in interface Iterator<SparseMatrixRow>
public SparseMatrixRow next()
next
in interface Iterator<SparseMatrixRow>
public void remove()
remove
in interface Iterator<SparseMatrixRow>
Copyright © 2015. All rights reserved.