|
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.Interval<ComparableDateTime>
com.numericalmethod.suanshu.time.TimeInterval
public class TimeInterval
This class represents a time interval.
This class is immutable.
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.interval.Interval |
|---|
begin, end |
| Constructor Summary | |
|---|---|
TimeInterval(ComparableDateTime begin,
ComparableDateTime end)
Construct a time interval from two time points. |
|
TimeInterval(org.joda.time.DateTime begin,
org.joda.time.DateTime end)
Construct a time interval from two time points. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.interval.Interval |
|---|
equals, hashCode, is, relations, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeInterval(ComparableDateTime begin,
ComparableDateTime end)
begin - the beginning timeend - the ending time
public TimeInterval(org.joda.time.DateTime begin,
org.joda.time.DateTime end)
begin - the beginning timeend - the ending time
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||