|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--adavid.util.Interval
Constructor Summary | |
Interval()
constructor for errors |
|
Interval(int start,
int end)
constructor: takes the limits of the interval |
Method Summary | |
int |
getEnd()
returns the end |
int |
getStart()
returns the start |
java.lang.String |
substring(java.lang.String string)
returns the substring corresponding to the interval ; safe checks are performed |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Interval()
public Interval(int start, int end)
Method Detail |
public int getStart()
public int getEnd()
public java.lang.String substring(java.lang.String string)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |