Class SimpleOrthoPairCollection.Iterator
- java.lang.Object
-
- org.biojava.bio.program.homologene.SimpleOrthoPairCollection.Iterator
-
- All Implemented Interfaces:
OrthoPairCollection.Iterator
- Enclosing class:
- SimpleOrthoPairCollection
public class SimpleOrthoPairCollection.Iterator extends Object implements OrthoPairCollection.Iterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
are more OrthoPairSets available?OrthoPairSet
nextSet()
returns the next OrthoPairSet
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
Description copied from interface:OrthoPairCollection.Iterator
are more OrthoPairSets available?- Specified by:
hasNext
in interfaceOrthoPairCollection.Iterator
-
nextSet
public OrthoPairSet nextSet()
Description copied from interface:OrthoPairCollection.Iterator
returns the next OrthoPairSet- Specified by:
nextSet
in interfaceOrthoPairCollection.Iterator
-
-