public class TimeSpan extends Object
Constructor and Description |
---|
TimeSpan(long start,
long end) |
Modifier and Type | Method and Description |
---|---|
long |
duration() |
long |
getEnd() |
long |
getStart() |
void |
setEnd(long end) |
void |
setStart(long start) |
String |
toString() |
Copyright © 2021 org.pitest. All rights reserved.