|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.seisFile.mseed.BtimeRange
public class BtimeRange
Convience class to hold begin and end Btime, along with simple methods to test if another Btime in inside the range.
Constructor Summary | |
---|---|
BtimeRange(Btime begin,
Btime end)
|
Method Summary | |
---|---|
Btime |
getBegin()
|
Btime |
getEnd()
|
boolean |
overlaps(Btime btime)
|
boolean |
overlaps(BtimeRange range)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BtimeRange(Btime begin, Btime end)
Method Detail |
---|
public Btime getBegin()
public Btime getEnd()
public boolean overlaps(Btime btime)
public boolean overlaps(BtimeRange range)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |