public class TimeSpanUtils extends Object
TimeSeries classes to get arrays of spans of time| Constructor and Description |
|---|
TimeSpanUtils() |
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 -