public class TableValueStatistic extends TableSkeleton implements ValueStatistic<Table>
| Modifier and Type | Class and Description |
|---|---|
static class |
TableValueStatistic.Builder |
static interface |
TableValueStatistic.RowBuilder |
| Modifier and Type | Method and Description |
|---|---|
static TableValueStatistic.Builder |
newBuilder(String... innerStatisticNames) |
StatisticType |
type() |
Table |
value() |
getRowCount, getRowLabels, getStatistic, getStatisticCount, getStatisticNames, getStatistics, getStatistics, insert, insert, isEmpty, toStringpublic static TableValueStatistic.Builder newBuilder(String... innerStatisticNames)
public StatisticType type()
type in interface ValueStatistic<Table>public Table value()
value in interface ValueStatistic<Table>Copyright © 2018. All rights reserved.