class MappedBasicInterval extends BasicInterval
| Modifier and Type | Field and Description |
|---|---|
(package private) CompoundInterval |
container |
begin, end| Constructor and Description |
|---|
MappedBasicInterval(BasicInterval b,
CompoundInterval c) |
MappedBasicInterval(int begin,
int end,
CompoundInterval c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
toString() |
contains, endsAfter, endsAfter, endsBefore, getBegin, getEnd, hashCode, intersects, sameRange, setEnd, startsAfter, startsBefore, startsBeforefinal CompoundInterval container
MappedBasicInterval(BasicInterval b, CompoundInterval c)
MappedBasicInterval(int begin, int end, CompoundInterval c)
public boolean equals(Object o)
equals in class BasicIntervalpublic String toString()
toString in class BasicInterval