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 void
add
(OrthoPairSet group) abstract boolean
contains
(OrthoPairSet group) filter
(OrthoPairSetFilter filters) abstract boolean
isEmpty()
abstract OrthoPairCollection.Iterator
iterator()
-
Constructor Details
-
AbstractOrthoPairCollection
public AbstractOrthoPairCollection()
-
-
Method Details
-
add
- Specified by:
add
in interfaceOrthoPairCollection
-
contains
- Specified by:
contains
in interfaceOrthoPairCollection
-
isEmpty
- Specified by:
isEmpty
in interfaceOrthoPairCollection
-
iterator
- Specified by:
iterator
in interfaceOrthoPairCollection
-
filter
- Specified by:
filter
in interfaceOrthoPairCollection
-