public class PropertyStats<T extends Comparable<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
avg |
protected long |
count |
protected Range<T> |
range |
| Constructor and Description |
|---|
PropertyStats() |
protected Range<T extends Comparable<T>> range
protected T extends Comparable<T> avg
protected long count
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.