| Package | Description |
|---|---|
| xapi.gwt.time | |
| xapi.jre.time | |
| xapi.time | |
| xapi.time.impl | |
| xapi.time.service |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeServiceGwt |
| Modifier and Type | Class and Description |
|---|---|
class |
JreTimeServiceHighPrecision |
| Modifier and Type | Method and Description |
|---|---|
Moment |
JreTimeServiceHighPrecision.now() |
Moment |
JreTimeServiceHighPrecision.nowPlusOne() |
| Modifier and Type | Method and Description |
|---|---|
static Moment |
X_Time.clone(Moment moment)
Creates an immutable copy of a moment.
|
static Moment |
X_Time.now() |
static Moment |
X_Time.threadStart()
Returns the Moment the current thread began operation,
or the last call to
X_Time.tick(). |
| Modifier and Type | Method and Description |
|---|---|
static Moment |
X_Time.clone(Moment moment)
Creates an immutable copy of a moment.
|
static String |
X_Time.difference(Moment start) |
static String |
X_Time.difference(Moment start,
Moment finish) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTimeService |
class |
ImmutableMoment |
class |
TimeServiceDefault |
| Modifier and Type | Method and Description |
|---|---|
Moment |
AbstractTimeService.clone(Moment moment) |
Moment |
AbstractTimeService.now() |
Moment |
AbstractTimeService.nowPlusOne() |
| Modifier and Type | Method and Description |
|---|---|
Moment |
AbstractTimeService.clone(Moment moment) |
int |
ImmutableMoment.compareTo(Moment o) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeService |
| Modifier and Type | Method and Description |
|---|---|
Moment |
TimeService.clone(Moment moment)
creates an immutable copy of a moment
|
Moment |
TimeService.now() |
Moment |
TimeService.nowPlusOne()
Returns a new moment guaranteed to be one nano later than any other method.
|
| Modifier and Type | Method and Description |
|---|---|
Moment |
TimeService.clone(Moment moment)
creates an immutable copy of a moment
|
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.