Interface OrthologueSet.Iterator
- 
- All Known Implementing Classes:
 SimpleOrthologueSet.Iterator
- Enclosing interface:
 - OrthologueSet
 
public static interface OrthologueSet.Iterator
An iterator for the contents of an OrthologueSet. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()OrthologuenextOrthologue() 
 - 
 
- 
- 
Method Detail
- 
hasNext
boolean hasNext()
 
- 
nextOrthologue
Orthologue nextOrthologue()
 
 - 
 
 -