public class IntervalPeriodIterator extends Object implements Iterator<org.joda.time.Interval>
The slices returned are aligned to the interval start. Any partial slice at the end will return the remaining time.
Constructor and Description |
---|
IntervalPeriodIterator(org.joda.time.ReadablePeriod period,
org.joda.time.Interval baseInterval)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
org.joda.time.Interval |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.