|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlainDateRange | |
|---|---|
| com.programix.time | Various containers and tools for dealing with dates and times (including parsing and formatting). |
| Uses of PlainDateRange in com.programix.time |
|---|
| Fields in com.programix.time declared as PlainDateRange | |
|---|---|
static PlainDateRange |
PlainDateRange.BOTH_OPEN
This PlainDateRange has both an undefined start and an undefined end. |
| Fields in com.programix.time with type parameters of type PlainDateRange | |
|---|---|
static Comparator<PlainDateRange> |
PlainDateRange.NEWEST_FIRST_COMPARATOR
Compares two ranges placing ranges that are considered "newest" or "most recent" first. |
static Comparator<PlainDateRange> |
PlainDateRange.OLDEST_FIRST_COMPARATOR
Compares two ranges placing ranges that are considered "oldest" first. |
| Methods in com.programix.time that return PlainDateRange | |
|---|---|
static PlainDateRange |
PlainDateRange.createWithOpenEnd(PlainDate start)
Creates a new instance with an open end date and the specified start date. |
static PlainDateRange |
PlainDateRange.createWithOpenStart(PlainDate end)
Creates a new instance with an open start and the specified end date. |
PlainDateRange |
PlainDateRange.setEnd(PlainDate newEnd)
Returns a new instance with the specified newEnd date and this instance's start date. |
PlainDateRange |
PlainDateRange.setEnd(String newEnd)
Returns a new instance with the specified newEnd date and this instance's start date. |
PlainDateRange |
PlainDateRange.setEnd(Value newEnd)
Returns a new instance with the specified newEnd date and this instance's start date. |
PlainDateRange |
PlainDateRange.setStart(PlainDate newStart)
Returns a new instance with the specified newStart date and this instance's end date. |
PlainDateRange |
PlainDateRange.setStart(String newStart)
Returns a new instance with the specified newStart date and this instance's end date. |
PlainDateRange |
PlainDateRange.setStart(Value newStart)
Returns a new instance with the specified newStart date and this instance's end date. |
| Methods in com.programix.time with parameters of type PlainDateRange | |
|---|---|
int |
PlainDateRange.compareTo(PlainDateRange otherRange)
Compares this instance to otherRange as defined by OLDEST_FIRST_COMPARATOR. |
boolean |
PlainDateRange.equals(PlainDateRange otherPlainDate)
Returns true if this instance's start and end dates exactly match the start and end dates of the passed instance. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||