public class TimeFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TimeFrame |
INFINITE |
static TimeFrame |
NULL |
Constructor and Description |
---|
TimeFrame(long duration) |
TimeFrame(long start,
long end) |
Modifier and Type | Method and Description |
---|---|
long |
getEnd() |
long |
getStart() |
long |
length() |
java.lang.String |
toString() |