Uses of Class
com.deltax.util.TimeInterval

Packages that use TimeInterval
com.deltax.util Old generic utlities package.  
 

Uses of TimeInterval in com.deltax.util
 

Methods in com.deltax.util that return TimeInterval
static TimeInterval TimeInterval.parse(java.lang.String s)
          Parses a time interval formatted description and returns the corresponding TimeInterval object See class comment for information on the format.
 

Methods in com.deltax.util with parameters of type TimeInterval
 boolean TimeInterval.longer(TimeInterval timeinterval)
          Return true if the given time interval is longer than this
 boolean TimeInterval.shorter(TimeInterval timeinterval)
          Return true if the given time interval is shorter than this