public class PhysicalLocationForMateCigarSet extends Object
Constructor | Description |
---|---|
PhysicalLocationForMateCigarSet() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(ReadEndsForMateCigar end) |
Adds the end to this set, if not already added based on physical location
|
Set<ReadEnds> |
getReadEnds() |
Gets the set of read ends
|
void |
remove(ReadEndsForMateCigar end) |
Removes the end from this set, if present
|
void |
replace(ReadEndsForMateCigar current,
ReadEndsForMateCigar other) |
Replaces a given end with the other end.
|
int |
size() |
The number of records in this set
|
public void add(ReadEndsForMateCigar end)
public int size()
public void remove(ReadEndsForMateCigar end)
public void replace(ReadEndsForMateCigar current, ReadEndsForMateCigar other)