public class TimeGrouper extends Object
Constructor and Description |
---|
TimeGrouper(long startEpoch,
long endEpoch,
long binCount) |
Modifier and Type | Method and Description |
---|---|
long |
getBin(long epochMs) |
long |
getBinCount() |
long |
getBinLength() |
long |
getBinStartTime(long binNumber) |
long |
getEndEpoch() |
java.util.stream.LongStream |
getPoints() |
long |
getStartEpoch() |
public long getBin(long epochMs)
public long getBinStartTime(long binNumber)
public long getStartEpoch()
public long getEndEpoch()
public long getBinCount()
public long getBinLength()
public java.util.stream.LongStream getPoints()
Copyright © 2017 ICF Olson. All rights reserved.