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 OrthoPairCollection
public abstract boolean contains(OrthoPairSet group)
contains
in interface OrthoPairCollection
public abstract boolean isEmpty()
isEmpty
in interface OrthoPairCollection
public abstract OrthoPairCollection.Iterator iterator()
iterator
in interface OrthoPairCollection
public OrthoPairCollection filter(OrthoPairSetFilter filters)
filter
in interface OrthoPairCollection
Copyright © 2014 BioJava. All rights reserved.