Interface TimeLine
-
- All Known Subinterfaces:
Histogram
- All Known Implementing Classes:
HistogramSimple
,OpenClose
,TimeLineSimple
public interface TimeLine
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Long
MAX_TIME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getNext(long moment)
long
getPrevious(long moment)
-