| Package | Description |
|---|---|
| org.codelogger.utils | |
| org.codelogger.utils.lang |
| Modifier and Type | Method and Description |
|---|---|
static Range<Date> |
RangeUtils.getDatePeriod(Date date,
Period period)
Return Range<Date> by given date and period.
|
static List<Range<Date>> |
RangeUtils.getDateRanges(Date from,
Date to,
Period periodGranulation)
Returns Range<Date> list between given date from and date to by
period granulation.
|
| Modifier and Type | Method and Description |
|---|---|
static Period |
Period.getPeriod(int periodValue) |
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.