public class IndexedCollectionStatistics extends Object
| Constructor and Description |
|---|
IndexedCollectionStatistics(IndexedCollection<Long> list) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverage() |
IndexedCollection<Long> |
getList() |
long |
getMax() |
double |
getMedian() |
long |
getMin() |
double |
getPercentile(double percentile) |
long |
size() |
long |
sum() |
public IndexedCollectionStatistics(IndexedCollection<Long> list)
public long getMin()
public long getMax()
public double getAverage()
public double getPercentile(double percentile)
public double getMedian()
public long sum()
public long size()
public IndexedCollection<Long> getList()
Copyright © 2019. All rights reserved.