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 class
SimpleOrthoPairCollection.Iterator
-
Constructor Summary
Constructors Constructor Description SimpleOrthoPairCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(OrthoPairSet group)
boolean
contains(OrthoPairSet group)
boolean
isEmpty()
OrthoPairCollection.Iterator
iterator()
-
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:
add
in interfaceOrthoPairCollection
- Specified by:
add
in classAbstractOrthoPairCollection
-
contains
public boolean contains(OrthoPairSet group)
- Specified by:
contains
in interfaceOrthoPairCollection
- Specified by:
contains
in classAbstractOrthoPairCollection
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceOrthoPairCollection
- Specified by:
isEmpty
in classAbstractOrthoPairCollection
-
iterator
public OrthoPairCollection.Iterator iterator()
- Specified by:
iterator
in interfaceOrthoPairCollection
- Specified by:
iterator
in classAbstractOrthoPairCollection
-
-