public final class TimedInterval extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimedInterval.Builder |
Modifier and Type | Method and Description |
---|---|
static TimedInterval |
build(long elapsed) |
static TimedInterval |
build(RunningStopwatch sw) |
static TimedInterval |
build(com.google.common.base.Stopwatch sw) |
static TimedInterval.Builder |
builder() |
long |
getElapsed() |
long |
getStart() |
long |
getStop() |
String |
toString() |
public static TimedInterval build(RunningStopwatch sw)
public static TimedInterval build(com.google.common.base.Stopwatch sw)
public static TimedInterval build(long elapsed)
public static TimedInterval.Builder builder()
public long getStart()
public long getStop()
public long getElapsed()
Copyright © 2015 The Kuali Foundation. All rights reserved.