public class KllFloatsSketchIterator extends Object
Modifier and Type | Method and Description |
---|---|
float |
getValue()
Gets a value from the current entry in the sketch.
|
long |
getWeight()
Gets a weight for the value from the current entry in the sketch.
|
boolean |
next()
Advancing the iterator and checking existence of the next entry
is combined here for efficiency.
|
public boolean next()
public float getValue()
public long getWeight()
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.