Interface OrthoPairSet.Iterator
-
- All Known Implementing Classes:
SimpleOrthoPairSet.Iterator
- Enclosing interface:
- OrthoPairSet
public static interface OrthoPairSet.Iterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
OrthoPair
nextOrthoPair()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
nextOrthoPair
OrthoPair nextOrthoPair()
-
-