public class SimpleSequenceInterval extends Object implements Comparable<SimpleSequenceInterval>
SequenceIntervalList
.Constructor and Description |
---|
SimpleSequenceInterval(int firstPos,
int lastPos) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SimpleSequenceInterval other) |
boolean |
equals(Object other) |
int |
getFirstPos() |
int |
getLastPos() |
int |
hashCode() |
protected void |
setFirstPos(int firstPos) |
protected void |
setLastPos(int lastPos) |
String |
toString() |
public SimpleSequenceInterval(int firstPos, int lastPos)
public int getFirstPos()
public int getLastPos()
protected void setFirstPos(int firstPos)
protected void setLastPos(int lastPos)
public int compareTo(SimpleSequenceInterval other)
compareTo
in interface Comparable<SimpleSequenceInterval>