| java.lang.Object com.projity.algorithm.Merge
Merge | public class Merge implements Closure(Code) | | Merge is a functor which groups time intervals together and calls a vistor object on the resulting merged intervals
You can specify a comparator as well to determine whether two intervals are mergeable
|
Inner Class :public class MergedInterval | |
callBack | Closure callBack(Code) | | |
currentEnd | long currentEnd(Code) | | |
currentStart | long currentStart(Code) | | |
getInstance | public static Merge getInstance(Closure callBack)(Code) | | |
setCallBack | public void setCallBack(Closure callBack)(Code) | | |
|
|