|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.joda.time.base.AbstractInterval org.joda.time.base.BaseInterval
BaseInterval is an abstract implementation of ReadableInterval that stores
data in two long
millisecond fields.
This class should generally not be used directly by API users.
The ReadableInterval
interface should be used when different
kinds of interval objects are to be referenced.
BaseInterval subclasses may be mutable and not thread-safe.
Method Summary | |
Chronology |
getChronology()
Gets the chronology of this interval. |
long |
getEndMillis()
Gets the end of this time interval which is exclusive. |
long |
getStartMillis()
Gets the start of this time interval which is inclusive. |
Methods inherited from class org.joda.time.base.AbstractInterval |
contains, contains, contains, containsNow, equals, getEnd, getStart, hashCode, isAfter, isAfter, isAfter, isAfterNow, isBefore, isBefore, isBefore, isBeforeNow, overlaps, toDuration, toDurationMillis, toInterval, toMutableInterval, toPeriod, toPeriod, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.joda.time.ReadableInterval |
contains, contains, equals, getEnd, getStart, hashCode, isAfter, isAfter, isBefore, isBefore, overlaps, toDuration, toDurationMillis, toInterval, toMutableInterval, toPeriod, toPeriod, toString |
Method Detail |
public Chronology getChronology()
getChronology
in interface ReadableInterval
public long getStartMillis()
getStartMillis
in interface ReadableInterval
public long getEndMillis()
getEndMillis
in interface ReadableInterval
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |