Class SimpleOrthoPairCollection
- java.lang.Object
-
- org.biojava.bio.program.homologene.AbstractOrthoPairCollection
-
- org.biojava.bio.program.homologene.SimpleOrthoPairCollection
-
- All Implemented Interfaces:
OrthoPairCollection
- Direct Known Subclasses:
SimpleHomologeneDB
public class SimpleOrthoPairCollection extends AbstractOrthoPairCollection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSimpleOrthoPairCollection.Iterator
-
Constructor Summary
Constructors Constructor Description SimpleOrthoPairCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(OrthoPairSet group)booleancontains(OrthoPairSet group)booleanisEmpty()OrthoPairCollection.Iteratoriterator()-
Methods inherited from class org.biojava.bio.program.homologene.AbstractOrthoPairCollection
filter
-
-
-
-
Constructor Detail
-
SimpleOrthoPairCollection
public SimpleOrthoPairCollection()
-
-
Method Detail
-
add
public void add(OrthoPairSet group)
- Specified by:
addin interfaceOrthoPairCollection- Specified by:
addin classAbstractOrthoPairCollection
-
contains
public boolean contains(OrthoPairSet group)
- Specified by:
containsin interfaceOrthoPairCollection- Specified by:
containsin classAbstractOrthoPairCollection
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceOrthoPairCollection- Specified by:
isEmptyin classAbstractOrthoPairCollection
-
iterator
public OrthoPairCollection.Iterator iterator()
- Specified by:
iteratorin interfaceOrthoPairCollection- Specified by:
iteratorin classAbstractOrthoPairCollection
-
-