public final class Lap
extends java.lang.Object
Constructor and Description |
---|
Lap() |
Modifier and Type | Method and Description |
---|---|
long |
duration()
The duration in Nanoseconds.
|
long |
durationMS()
The duration in MILLISECONDS.
|
long |
end()
When was the lap ended ?
|
long |
start()
When was the lap started ?
|
@CheckReturnValue @Nonnegative public long start()
@Nonnegative public long end()
@CheckReturnValue @Nonnegative public long duration()
@CheckReturnValue @Nonnegative public long durationMS()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.