Interface VectorIterator

All Superinterfaces:
Comparable<VectorIterator>, Iterator<VectorTuple>

public interface VectorIterator extends Iterator<VectorTuple>, Comparable<VectorIterator>
A Comparable Iterator over VectorTuples.

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