org.biojava.bio.program.homologene
Class AbstractOrthoPairCollection
java.lang.Object
org.biojava.bio.program.homologene.AbstractOrthoPairCollection
- All Implemented Interfaces:
- OrthoPairCollection
- Direct Known Subclasses:
- SimpleOrthoPairCollection
public abstract class AbstractOrthoPairCollection
- extends Object
- implements OrthoPairCollection
An abstract implementation of the OrthoPairCollection
interface. Its primary role is to implement the
filter() method.i
- Author:
- David Huen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOrthoPairCollection
public AbstractOrthoPairCollection()
add
public abstract void add(OrthoPairSet group)
- Specified by:
add
in interface OrthoPairCollection
contains
public abstract boolean contains(OrthoPairSet group)
- Specified by:
contains
in interface OrthoPairCollection
isEmpty
public abstract boolean isEmpty()
- Specified by:
isEmpty
in interface OrthoPairCollection
iterator
public abstract OrthoPairCollection.Iterator iterator()
- Specified by:
iterator
in interface OrthoPairCollection
filter
public OrthoPairCollection filter(OrthoPairSetFilter filters)
- Specified by:
filter
in interface OrthoPairCollection