public class ConstantValueStatistic<T extends Serializable> extends Object implements ValueStatistic<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
constant(StatisticType type,
T value) |
static <T extends Serializable> |
nullValue(StatisticType type) |
StatisticType |
type() |
T |
value() |
public static <T extends Serializable> ConstantValueStatistic<T> constant(StatisticType type, T value)
public static <T extends Serializable> ConstantValueStatistic<T> nullValue(StatisticType type)
public T value()
value in interface ValueStatistic<T extends Serializable>public StatisticType type()
type in interface ValueStatistic<T extends Serializable>Copyright © 2018. All rights reserved.