public class DateRange extends Object
| Constructor and Description |
|---|
DateRange(Date bound) |
DateRange(Date lowerBound,
Date upperBound) |
DateRange(String source) |
| Modifier and Type | Method and Description |
|---|---|
static DateRange |
autocast(Calendar x,
DateRange y) |
static DateRange |
autocast(Date x,
DateRange y) |
static DateRange |
autocast(long x,
DateRange y) |
static DateRange |
cast(LongValue x,
DateRange y) |
boolean |
contains(Date d) |
boolean |
equals(Object o) |
Long |
getLowerBound() |
ARangeParser.ParseStruct.BoundType |
getLowerBoundType() |
Long |
getUpperBound() |
ARangeParser.ParseStruct.BoundType |
getUpperBoundType() |
int |
hashCode() |
String |
toString() |
public Long getLowerBound()
public Long getUpperBound()
public ARangeParser.ParseStruct.BoundType getLowerBoundType()
public ARangeParser.ParseStruct.BoundType getUpperBoundType()
public boolean contains(Date d)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.