All Packages Class Hierarchy This Package Previous Next Index
Class Utils.Interval
java.lang.Object
|
+----Utils.Interval
- public class Interval
- extends Object
-
Interval(String, String)
-
-
intersects(Interval)
- function for checking whether two time intervals intersect or not
Interval
public Interval(String stime,
String ftime)
intersects
public boolean intersects(Interval intv)
- function for checking whether two time intervals intersect or not
All Packages Class Hierarchy This Package Previous Next Index