Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
Clock
Jamaica Real-Time Specification for Java class Clock.
|
Modifier and Type | Method and Description |
---|---|
Chronograph |
HighResolutionTime.getChronograph()
getChronograph returns a reference to the chronograph associated with this.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteTime |
AbsoluteTime.absolute(Chronograph chronograph)
absolute implements abstract method inherited from
HighResolutionTime.
|
abstract AbsoluteTime |
HighResolutionTime.absolute(Chronograph chronograph)
absolute converts this time to an absolute time relative to the
given chronograph.
|
AbsoluteTime |
RelativeTime.absolute(Chronograph chronograph)
absolute creates a new instance of absolute time for the point in
time given by the current time of the given chronograph.
|
AbsoluteTime |
AbsoluteTime.absolute(Chronograph chronograph,
AbsoluteTime dest)
absolute implements abstract method inherited from
HighResolutionTime.
|
abstract AbsoluteTime |
HighResolutionTime.absolute(Chronograph chronograph,
AbsoluteTime dest)
absolute converts this time to an absolute time relative to the
given chronograph.
|
AbsoluteTime |
RelativeTime.absolute(Chronograph chronograph,
AbsoluteTime destination)
absolute converts this relative time into an instance of absolute
time for the point in time given by the current time of the given
chronograph.
|
RelativeTime |
AbsoluteTime.relative(Chronograph chronograph)
relative implements abstract method inherited from
HighResolutionTime.
|
abstract RelativeTime |
HighResolutionTime.relative(Chronograph chronograph)
relative returns a new relative time object for this relative to
the given chronograph.
|
RelativeTime |
RelativeTime.relative(Chronograph chronograph)
relative returns a new instance of this interval with the given
chronograph association.
|
RelativeTime |
AbsoluteTime.relative(Chronograph chronograph,
RelativeTime dest)
relative implements abstract method inherited from
HighResolutionTime.
|
abstract RelativeTime |
HighResolutionTime.relative(Chronograph chronograph,
RelativeTime time)
relative converts this time to a relative time using the given
chronograph.
|
RelativeTime |
RelativeTime.relative(Chronograph chronograph,
RelativeTime destination)
relative returns a copy of this interval with the given chronograph
association.
|
T |
HighResolutionTime.set(Chronograph chronograph,
long millis,
int nanos)
Sets the all components of
this . |
Constructor and Description |
---|
AbsoluteTime(AbsoluteTime time,
Chronograph chronograph)
Constructor to create an absolute time with millis and nanos
taken from an existing absolute time.
|
AbsoluteTime(Chronograph chronograph)
Constructor to create absolute time 0ms, 0ns with given chronograph
association.
|
AbsoluteTime(Date date,
Chronograph chronograph)
Constructor to create an absolute time from a time represented by
an instance of Date.
|
AbsoluteTime(long millis,
int nanos,
Chronograph chronograph)
Constructor to create an absolute time from given milli and nano
seconds.
|
RelativeTime(Chronograph chronograph)
Constructor to create the empty interval bound to the provided
chronograph.
|
RelativeTime(long ms,
int ns,
Chronograph chronograph)
Constructor to create an interval using the provided interval
that is bound to the default RealtimeClock.
|
RelativeTime(RelativeTime time,
Chronograph chronograph)
Constructor to create a new RelativeTime object that represents
the same interval as the given RelativeTime and that has the same
chronograph association or the chronograph association provided
as the clock parameter.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.