public static class InternalPercentiles.Iter extends com.google.common.collect.UnmodifiableIterator<Percentile>
| Constructor and Description |
|---|
Iter(double[] percents,
TDigestState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Percentile |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Iter(double[] percents,
TDigestState state)
public boolean hasNext()
public Percentile next()
Copyright © 2009–2016. All rights reserved.