public final class DateRange extends Object
Constructor and Description |
---|
DateRange(Date lowerDate,
Date upperDate)
The passed in dates can never be null and if the lower is higher than the upper then they are swapped into lower
then upper order.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Date |
getLowerDate() |
Date |
getUpperDate() |
int |
hashCode() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.