public abstract class AbstractOrthoPairCollection extends java.lang.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 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 OrthoPairCollection