com.numericalmethod.suanshu.time
Class TimeIntervals
java.lang.Object
com.numericalmethod.suanshu.interval.Intervals<ComparableDateTime>
com.numericalmethod.suanshu.time.TimeIntervals
public class TimeIntervals
- extends Intervals<ComparableDateTime>
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TimeIntervals
public TimeIntervals()
TimeIntervals
public TimeIntervals(ComparableDateTime begin,
ComparableDateTime end)
TimeIntervals
public TimeIntervals(org.joda.time.DateTime begin,
org.joda.time.DateTime end)
TimeIntervals
public TimeIntervals(Interval<ComparableDateTime> interval)
TimeIntervals
public TimeIntervals(Interval<ComparableDateTime>... intervals)
TimeIntervals
public TimeIntervals(Intervals<ComparableDateTime> that)
Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.