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


Variable Index

 o end
end of the period, in microseconds from zero
 o start
start of the period, in microseconds from zero

Constructor Index

 o TimeInterval()

Variables

 o start
 public long start
start of the period, in microseconds from zero

 o end
 public long end
end of the period, in microseconds from zero

Constructors

 o TimeInterval
 public TimeInterval()

All Packages  Class Hierarchy  This Package  Previous  Next  Index