public class SimpleOrthoPairCollection extends AbstractOrthoPairCollection
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOrthoPairCollection.Iterator |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set |
groups |
| Constructor and Description |
|---|
SimpleOrthoPairCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(OrthoPairSet group) |
boolean |
contains(OrthoPairSet group) |
boolean |
isEmpty() |
OrthoPairCollection.Iterator |
iterator() |
filterpublic void add(OrthoPairSet group)
add in interface OrthoPairCollectionadd in class AbstractOrthoPairCollectionpublic boolean contains(OrthoPairSet group)
contains in interface OrthoPairCollectioncontains in class AbstractOrthoPairCollectionpublic boolean isEmpty()
isEmpty in interface OrthoPairCollectionisEmpty in class AbstractOrthoPairCollectionpublic OrthoPairCollection.Iterator iterator()
iterator in interface OrthoPairCollectioniterator in class AbstractOrthoPairCollection