public class SimpleOrthoPairCollection.Iterator extends Object implements OrthoPairCollection.Iterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
are more OrthoPairSets available?
|
OrthoPairSet |
nextSet()
returns the next OrthoPairSet
|
public boolean hasNext()
OrthoPairCollection.Iterator
hasNext
in interface OrthoPairCollection.Iterator
public OrthoPairSet nextSet()
OrthoPairCollection.Iterator
nextSet
in interface OrthoPairCollection.Iterator
Copyright © 2014 BioJava. All rights reserved.