Interface OrthoPairCollection.Iterator
-
- All Known Implementing Classes:
SimpleOrthoPairCollection.Iterator
- Enclosing interface:
- OrthoPairCollection
public static interface OrthoPairCollection.Iterator
Iterator for a OrthoPairCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
are more OrthoPairSets available?OrthoPairSet
nextSet()
returns the next OrthoPairSet
-
-
-
Method Detail
-
hasNext
boolean hasNext()
are more OrthoPairSets available?
-
nextSet
OrthoPairSet nextSet()
returns the next OrthoPairSet
-
-