public class IntervalGenerator extends Object implements Iterator<org.opennms.newts.api.Timestamp>, Iterable<org.opennms.newts.api.Timestamp>
Timestamps.| Constructor and Description |
|---|
IntervalGenerator(org.opennms.newts.api.Timestamp start,
org.opennms.newts.api.Timestamp finish,
org.opennms.newts.api.Duration interval) |
IntervalGenerator(org.opennms.newts.api.Timestamp start,
org.opennms.newts.api.Timestamp finish,
org.opennms.newts.api.Duration interval,
boolean reversed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<org.opennms.newts.api.Timestamp> |
iterator() |
org.opennms.newts.api.Timestamp |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic IntervalGenerator(org.opennms.newts.api.Timestamp start,
org.opennms.newts.api.Timestamp finish,
org.opennms.newts.api.Duration interval)
public IntervalGenerator(org.opennms.newts.api.Timestamp start,
org.opennms.newts.api.Timestamp finish,
org.opennms.newts.api.Duration interval,
boolean reversed)
Copyright © 2022. All rights reserved.