Interface MatrixIterator

All Superinterfaces:
Comparable<MatrixIterator>, Iterator<MatrixTuple>

public interface MatrixIterator extends Iterator<MatrixTuple>, Comparable<MatrixIterator>
A Comparable Iterator over MatrixTuples.

The comparison is based on the indices, not on the values. To use the comparator .next must have been called once.