public abstract class AbstractOrthoPairCollection extends Object implements OrthoPairCollection
OrthoPairCollection.Iterator| Constructor and Description |
|---|
AbstractOrthoPairCollection() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(OrthoPairSet group) |
abstract boolean |
contains(OrthoPairSet group) |
OrthoPairCollection |
filter(OrthoPairSetFilter filters) |
abstract boolean |
isEmpty() |
abstract OrthoPairCollection.Iterator |
iterator() |
public AbstractOrthoPairCollection()
public abstract void add(OrthoPairSet group)
add in interface OrthoPairCollectionpublic abstract boolean contains(OrthoPairSet group)
contains in interface OrthoPairCollectionpublic abstract boolean isEmpty()
isEmpty in interface OrthoPairCollectionpublic abstract OrthoPairCollection.Iterator iterator()
iterator in interface OrthoPairCollectionpublic OrthoPairCollection filter(OrthoPairSetFilter filters)
filter in interface OrthoPairCollectionCopyright © 2020 BioJava. All rights reserved.