| Package | Description |
|---|---|
| javax.safetycritical |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteTime
An object that represents a specific point in time given by milliseconds plus nanoseconds
past some point in time, an Epoch, fixed by the clock.
|
class |
RelativeTime
An object that represents a duration in milliseconds and nanoseconds
|
| Modifier and Type | Method and Description |
|---|---|
int |
HighResolutionTime.compareTo(HighResolutionTime time)
Compares this with the specified HighResolutionTime time.
|
boolean |
HighResolutionTime.equals(HighResolutionTime time) |
void |
HighResolutionTime.set(HighResolutionTime time)
Change the value represented by this to that of the given time.
|
static void |
HighResolutionTime.waitForObject(java.lang.Object target,
HighResolutionTime time) |