public static class InternalTDigestPercentileRanks.Iter extends com.google.common.collect.UnmodifiableIterator<Percentile>
| コンストラクタと説明 |
|---|
Iter(double[] values,
TDigestState state) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
hasNext() |
Percentile |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Iter(double[] values,
TDigestState state)
public boolean hasNext()
public Percentile next()
Copyright © 2009–2016. All rights reserved.