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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(OrthoPairSet group) boolean
contains
(OrthoPairSet group) boolean
isEmpty()
iterator()
Methods inherited from class org.biojava.bio.program.homologene.AbstractOrthoPairCollection
filter
-
Field Details
-
groups
-
-
Constructor Details
-
SimpleOrthoPairCollection
public SimpleOrthoPairCollection()
-
-
Method Details
-
add
- Specified by:
add
in interfaceOrthoPairCollection
- Specified by:
add
in classAbstractOrthoPairCollection
-
contains
- Specified by:
contains
in interfaceOrthoPairCollection
- Specified by:
contains
in classAbstractOrthoPairCollection
-
isEmpty
- Specified by:
isEmpty
in interfaceOrthoPairCollection
- Specified by:
isEmpty
in classAbstractOrthoPairCollection
-
iterator
- Specified by:
iterator
in interfaceOrthoPairCollection
- Specified by:
iterator
in classAbstractOrthoPairCollection
-