Builder to construct an Indexable
for a lap.
Public Method Summary
StopwatchLapBuilder |
setAccumulatedTime(long accumulatedTimeInMilliseconds)
Sets the total time accumulated by the stopwatch when the lap was marked, in
milliseconds.
|
StopwatchLapBuilder |
setElapsedTime(long elapsedTimeInMilliseconds)
Sets the total time elapsed since the last lap, in milliseconds.
|
Inherited Method Summary
final Indexable |
build()
Finalize building the object.
|
T | |
<S extends IndexableBuilder<?>> T | |
T |
put(String key,
Indexable...
values)
Sets one or multiple
Indexable
values for a property, replacing its previous values.
|
T | |
T | |
T | |
final T | |
T | |
final T | |
final <S extends IndexableBuilder<?>> T |
setIsPartOf(S... collections)
Sets the sub-group or collection that this Indexable is part of.
|
final T | |
T | |
final T | |
final T | |
final T |
Public Methods
public StopwatchLapBuilder setAccumulatedTime (long accumulatedTimeInMilliseconds)
Sets the total time accumulated by the stopwatch when the lap was marked, in milliseconds.
public StopwatchLapBuilder setElapsedTime (long elapsedTimeInMilliseconds)
Sets the total time elapsed since the last lap, in milliseconds.