public interface OrthoPairCollection
Modifier and Type | Interface and Description |
---|---|
static interface |
OrthoPairCollection.Iterator
Iterator for a OrthoPairCollection
|
Modifier and Type | Method and Description |
---|---|
void |
add(OrthoPairSet group) |
boolean |
contains(OrthoPairSet group) |
OrthoPairCollection |
filter(OrthoPairSetFilter filters) |
boolean |
isEmpty() |
OrthoPairCollection.Iterator |
iterator() |
void add(OrthoPairSet group) throws ChangeVetoException
ChangeVetoException
boolean contains(OrthoPairSet group)
boolean isEmpty()
OrthoPairCollection.Iterator iterator()
OrthoPairCollection filter(OrthoPairSetFilter filters)
Copyright © 2014 BioJava. All rights reserved.