| Interface | Description |
|---|---|
| TimestampProvider |
System time interface that abstracts time units, resolution, and measurements of time.
|
| Class | Description |
|---|---|
| Durations |
Utility methods for dealing with
Duration |
| Temporals |
Created by bryn on 30/04/15.
|
| Timer |
A utility to measure time durations.
|
| Enum | Description |
|---|---|
| TimestampProviders |
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–2015. All rights reserved.