public class DateRange extends Range<DateTime>
Range.Stepper<T>
Constructor and Description |
---|
DateRange(Date start,
Date end,
DateField unit)
构造,包含开始和结束日期时间
|
DateRange(Date start,
Date end,
DateField unit,
int step)
构造,包含开始和结束日期时间
|
DateRange(Date start,
Date end,
DateField unit,
int step,
boolean isIncludeStart,
boolean isIncludeEnd)
构造
|
disableLock, hasNext, iterator, next, remove, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public DateRange(Date start, Date end, DateField unit)
start
- 起始日期时间(包括)end
- 结束日期时间(包括)unit
- 步进单位public DateRange(Date start, Date end, DateField unit, int step)
start
- 起始日期时间(包括)end
- 结束日期时间(包括)unit
- 步进单位step
- 步进数Copyright © 2024. All rights reserved.