public class CountedValue
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Returns the number of times this value occurred within the context of
the current top-values aggregate.
|
java.lang.Object |
getValue()
Returns the value of this item.
|