Class AbstractOrthoPairCollection
java.lang.Object
org.biojava.bio.program.homologene.AbstractOrthoPairCollection
- All Implemented Interfaces:
OrthoPairCollection
- Direct Known Subclasses:
SimpleOrthoPairCollection
An abstract implementation of the OrthoPairCollection
interface. Its primary role is to implement the
filter() method.i
- Author:
- David Huen
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava.bio.program.homologene.OrthoPairCollection
OrthoPairCollection.Iterator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidadd(OrthoPairSet group) abstract booleancontains(OrthoPairSet group) filter(OrthoPairSetFilter filters) abstract booleanisEmpty()abstract OrthoPairCollection.Iteratoriterator()
-
Constructor Details
-
AbstractOrthoPairCollection
public AbstractOrthoPairCollection()
-
-
Method Details
-
add
- Specified by:
addin interfaceOrthoPairCollection
-
contains
- Specified by:
containsin interfaceOrthoPairCollection
-
isEmpty
- Specified by:
isEmptyin interfaceOrthoPairCollection
-
iterator
- Specified by:
iteratorin interfaceOrthoPairCollection
-
filter
- Specified by:
filterin interfaceOrthoPairCollection
-