public class MatrixIterator extends Object implements Iterator<AVector>
MatrixIterator(AMatrix source)
boolean
hasNext()
AVector
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MatrixIterator(AMatrix source)
public boolean hasNext()
hasNext
Iterator<AVector>
public AVector next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.