public class Intervals extends Object implements Streamable<Interval>
Interval
s.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, wait
empty, of, ofLazy, stream
forEach, spliterator
public 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.