| Interface | Description |
|---|---|
| Timepoint |
An instant in time backed by a
TimestampProvider |
| TimestampProvider |
System time interface that abstracts time units, resolution, and measurements of time.
|
| Class | Description |
|---|---|
| Durations |
Utility methods for dealing with
Duration |
| StandardDuration | |
| StandardTimepoint |
An instant in time
|
| StandardTimestamp | |
| Timer |
A utility to measure time durations.
|
| ZeroDuration |
A zero-length
Duration singleton. |
| Enum | Description |
|---|---|
| Timestamps |
Implementations of
TimestampProvider for different resolutions of time:
NANO: nano-second time resolution based on System.nanoTime using a base-time established
by System.currentTimeMillis(). |
Copyright © 2012–2014. All rights reserved.