public class CountMinSketchTopK extends Object
Constructor and Description |
---|
CountMinSketchTopK(long frequency,
Object value)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
long |
getFrequency()
Returns the frequency
|
Object |
getValue()
Returns the value object
|
String |
toString() |
public CountMinSketchTopK(long frequency, Object value)
frequency
- the value frequencyvalue
- the value object