Class BtimeRange

java.lang.Object
edu.sc.seis.seisFile.mseed.BtimeRange

public class BtimeRange
extends java.lang.Object
Convience class to hold begin and end Btime, along with simple methods to test if another Btime in inside the range.
  • Constructor Summary

    Constructors 
    Constructor Description
    BtimeRange​(Btime begin, Btime end)  
  • Method Summary

    Modifier and Type Method Description
    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