|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.interval.Intervals<org.joda.time.DateTime>
com.numericalmethod.suanshu.time.TimeIntervals
public class TimeIntervals
This is a collection of time intervals TimeInterval.
TimeInterval| Constructor Summary | |
|---|---|
TimeIntervals()
Construct an empty collection of time interval. |
|
TimeIntervals(org.joda.time.DateTime begin,
org.joda.time.DateTime end)
Construct a collection consisting of one time interval. |
|
TimeIntervals(Interval<org.joda.time.DateTime>... intervals)
Construct a collection of time intervals. |
|
TimeIntervals(Interval<org.joda.time.DateTime> interval)
Construct a collection consisting of one time interval. |
|
TimeIntervals(Intervals<org.joda.time.DateTime> that)
Copy constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.interval.Intervals |
|---|
add, add, equals, get, hashCode, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeIntervals()
public TimeIntervals(org.joda.time.DateTime begin,
org.joda.time.DateTime end)
begin - the beginning timeend - the ending timepublic TimeIntervals(Interval<org.joda.time.DateTime> interval)
interval - a time intervalpublic TimeIntervals(Interval<org.joda.time.DateTime>... intervals)
intervals - time intervalspublic TimeIntervals(Intervals<org.joda.time.DateTime> that)
that - a collection of time intervals
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||