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
and, and, and, and, empty, filter, flatMap, get, isEmpty, map, of, of, of, stream, toList, toSet
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 © 2019. All rights reserved.