Uses of Class
lejos.realtime.AbsoluteTime

Packages that use AbsoluteTime
lejos.realtime   
 

Uses of AbsoluteTime in lejos.realtime
 

Methods in lejos.realtime that return AbsoluteTime
 AbsoluteTime AbsoluteTime.absolute(Clock clock)
           
 AbsoluteTime RelativeTime.absolute(Clock clock)
           
abstract  AbsoluteTime HighResolutionTime.absolute(Clock clock)
          Convert the time of this to an absolute time, using the given instance of Clock to determine the current time when necessary.
 AbsoluteTime AbsoluteTime.absolute(Clock clock, AbsoluteTime dest)
           
 AbsoluteTime RelativeTime.absolute(Clock clock, AbsoluteTime dest)
           
abstract  AbsoluteTime HighResolutionTime.absolute(Clock clock, AbsoluteTime dest)
          Convert the time of this to an absolute time, using the given instance of Clock to determine the current time when necessary.
 AbsoluteTime AbsoluteTime.add(long millis, int nanos)
           
 AbsoluteTime AbsoluteTime.add(long millis, int nanos, AbsoluteTime dest)
           
 AbsoluteTime AbsoluteTime.add(RelativeTime time)
           
 AbsoluteTime AbsoluteTime.add(RelativeTime time, AbsoluteTime dest)
           
abstract  AbsoluteTime Clock.getTime()
          Gets the current time in a newly allocated object.
abstract  AbsoluteTime Clock.getTime(AbsoluteTime dest)
          Gets the current time in an existing object.
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time)
           
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time, AbsoluteTime dest)
           
 

Methods in lejos.realtime with parameters of type AbsoluteTime
 AbsoluteTime AbsoluteTime.absolute(Clock clock, AbsoluteTime dest)
           
 AbsoluteTime RelativeTime.absolute(Clock clock, AbsoluteTime dest)
           
abstract  AbsoluteTime HighResolutionTime.absolute(Clock clock, AbsoluteTime dest)
          Convert the time of this to an absolute time, using the given instance of Clock to determine the current time when necessary.
 AbsoluteTime AbsoluteTime.add(long millis, int nanos, AbsoluteTime dest)
           
 AbsoluteTime AbsoluteTime.add(RelativeTime time, AbsoluteTime dest)
           
 void RelativeTime.addInterarrivalTo(AbsoluteTime timeAndDestination)
           
abstract  AbsoluteTime Clock.getTime(AbsoluteTime dest)
          Gets the current time in an existing object.
 RelativeTime AbsoluteTime.subtract(AbsoluteTime time)
           
 RelativeTime AbsoluteTime.subtract(AbsoluteTime time, RelativeTime dest)
           
 AbsoluteTime AbsoluteTime.subtract(RelativeTime time, AbsoluteTime dest)
           
 

Constructors in lejos.realtime with parameters of type AbsoluteTime
AbsoluteTime(AbsoluteTime time)
          Make a new AbsoluteTime object from the given AbsoluteTime object.
AbsoluteTime(AbsoluteTime time, Clock clock)
          Make a new AbsoluteTime object from the given AbsoluteTime object.