| Constructor and Description |
|---|
Intervals(LocalDateTime start,
LocalDateTime end,
Duration duration)
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Interval> |
iterator() |
Stream<Interval> |
stream()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Intervals(LocalDateTime start, LocalDateTime end, Duration duration)
Intervals instance with all Intervals of the given duration between the givne start
and end date.start - must not be null.end - must not be null.duration - must not be null.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.