public class Intervals extends Object implements Streamable<Interval>
Intervals.| Modifier and Type | Method and Description |
|---|---|
static Intervals |
divide(Interval interval,
TemporalAmount duration)
Divides the given
Interval into smaller intervals of the given duration. |
Iterator<Interval> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitempty, of, ofLazy, streamforEach, spliteratorpublic static Intervals divide(Interval interval, TemporalAmount duration)
Interval into smaller intervals of the given duration.interval - must not be null.duration - must not be null.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.