All Packages Class Hierarchy This Package Previous Next Index
Class timer.TimeInterval
java.lang.Object
|
+----timer.TimeInterval
- public class TimeInterval
- extends Object
A structure to maintain time intervals
-
end
- end of the period, in microseconds from zero
-
start
- start of the period, in microseconds from zero
-
TimeInterval()
-
start
public long start
- start of the period, in microseconds from zero
end
public long end
- end of the period, in microseconds from zero
TimeInterval
public TimeInterval()
All Packages Class Hierarchy This Package Previous Next Index