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() |
filter
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