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 booleanhasNext()are more OrthoPairSets available?OrthoPairSetnextSet()returns the next OrthoPairSet
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
Description copied from interface:OrthoPairCollection.Iteratorare more OrthoPairSets available?- Specified by:
hasNextin interfaceOrthoPairCollection.Iterator
-
nextSet
public OrthoPairSet nextSet()
Description copied from interface:OrthoPairCollection.Iteratorreturns the next OrthoPairSet- Specified by:
nextSetin interfaceOrthoPairCollection.Iterator
-
-