Interface OrthoPairCollection.Iterator
- All Known Implementing Classes:
SimpleOrthoPairCollection.Iterator
- Enclosing interface:
OrthoPairCollection
public static interface OrthoPairCollection.Iterator
Iterator for a OrthoPairCollection
-
Method Details
-
hasNext
boolean hasNext()are more OrthoPairSets available? -
nextSet
returns the next OrthoPairSet
-