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 TypeMethodDescriptionvoidadd(OrthoPairSet group) booleancontains(OrthoPairSet group) booleanisEmpty()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:
addin interfaceOrthoPairCollection- Specified by:
addin classAbstractOrthoPairCollection
-
contains
- Specified by:
containsin interfaceOrthoPairCollection- Specified by:
containsin classAbstractOrthoPairCollection
-
isEmpty
- Specified by:
isEmptyin interfaceOrthoPairCollection- Specified by:
isEmptyin classAbstractOrthoPairCollection
-
iterator
- Specified by:
iteratorin interfaceOrthoPairCollection- Specified by:
iteratorin classAbstractOrthoPairCollection
-