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