public abstract class AbstractTimeSource extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
NANOSECONDS_IN_MILLISECOND |
| Constructor and Description |
|---|
AbstractTimeSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getNanoTime() |
long |
getTimeDeltaMs(long lower,
long higher) |
long |
getTimeSinceMs(long other) |
public static final long NANOSECONDS_IN_MILLISECOND
Copyright © 2019. All rights reserved.