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.


Method Index

 o ConvertToUS(long)
Convert a time in these units to microseconds

Methods

 o 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