All Packages Class Hierarchy This Package Previous Next Index
Class timer.TimeUnit
java.lang.Object
|
+----timer.TimeUnit
- public class TimeUnit
- extends Object
Implementation of the time units in the Timer.
TimeUnits know how to convert themselves.
Clients are not allowed to create new time units. Sorry.
-
ConvertToUS(long)
- Convert a time in these units to microseconds
ConvertToUS
public long ConvertToUS(long time)
- Convert a time in these units to microseconds
- Parameters:
- time - the time to be converted, in these units
- Returns:
- s the time expressed in microseconds
All Packages Class Hierarchy This Package Previous Next Index