public class SimpleOrthoPairCollection extends AbstractOrthoPairCollection
Modifier and Type | Class and Description |
---|---|
class |
SimpleOrthoPairCollection.Iterator |
Constructor and Description |
---|
SimpleOrthoPairCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(OrthoPairSet group) |
boolean |
contains(OrthoPairSet group) |
boolean |
isEmpty() |
OrthoPairCollection.Iterator |
iterator() |
filter
public SimpleOrthoPairCollection()
public void add(OrthoPairSet group)
add
in interface OrthoPairCollection
add
in class AbstractOrthoPairCollection
public boolean contains(OrthoPairSet group)
contains
in interface OrthoPairCollection
contains
in class AbstractOrthoPairCollection
public boolean isEmpty()
isEmpty
in interface OrthoPairCollection
isEmpty
in class AbstractOrthoPairCollection
public OrthoPairCollection.Iterator iterator()
iterator
in interface OrthoPairCollection
iterator
in class AbstractOrthoPairCollection
Copyright © 2014 BioJava. All rights reserved.