public class HistogramEntry<T> extends Object
| Constructor and Description |
|---|
HistogramEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemsCount() |
T |
getRepresentativeItem() |
long |
getRepresentativeItemValue() |
void |
record(T item,
long value) |
Copyright © 2022 Evolveum. All rights reserved.