public class TimeSpanUtils extends Object
TimeSeries
classes to get
arrays of spans of timeConstructor and Description |
---|
TimeSpanUtils() |
Modifier and Type | Method and Description |
---|---|
static long[] |
getTime(long begin,
int steps,
long delta) |
static long[] |
getTime(long begin,
long end,
int splits) |
static long[] |
getTime(long begin,
long end,
long delta)
Get
|
public TimeSpanUtils()
public static long[] getTime(long begin, long end, long delta)
begin
- end
- delta
- public static long[] getTime(long begin, long end, int splits)
begin
- end
- splits
- public static long[] getTime(long begin, int steps, long delta)
begin
- steps
- delta
-