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, startsBefore
final CompoundInterval container
MappedBasicInterval(BasicInterval b, CompoundInterval c)
MappedBasicInterval(int begin, int end, CompoundInterval c)
public boolean equals(Object o)
equals
in class BasicInterval
public String toString()
toString
in class BasicInterval